We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've prepared a minimum reproduction Docker image hasura/graphql-engine:v1.2.1.cli-migrations
hasura/graphql-engine:v1.2.1.cli-migrations
The allowList property from the provided snapshot is not applied on startup, as demonstrated by a subsequent export of the metadata with no changes:
allowList
{ ... "query_collections": [ { "name": "allowed-queries", "definition": { "queries": [ { "name": "allowed", "query": "query allowed {\n foo {\n id\n }\n}" } ] } } ], "allowlist": [ { "collection": "allowed-queries" } ] }
{ ... "query_collections": [ { "name": "allowed-queries", "definition": { "queries": [ { "name": "allowed", "query": "query allowed {\n foo {\n id\n }\n}" } ] } } ] }
☝️ Matches the snapshot provided to the container
The text was updated successfully, but these errors were encountered:
codingkarthik
Successfully merging a pull request may close this issue.
I've prepared a minimum reproduction
Docker image
hasura/graphql-engine:v1.2.1.cli-migrations
The
allowList
property from the provided snapshot is not applied on startup, as demonstrated by a subsequent export of the metadata with no changes:Starting with
After container starts
Remove, then manually re-add via console
☝️ Matches the snapshot provided to the container
The text was updated successfully, but these errors were encountered: