We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a516942 commit 84cda1eCopy full SHA for 84cda1e
protection/makeAllPublic/config.yaml
@@ -1,6 +1,6 @@
1
-# This is a blanket way to make all Query endpoints public, i.e. not requiring an API Key or JWT.
+# This is a blanket way to make all Query fields public, i.e. not requiring an API Key or JWT.
2
# For example, you would typically do this for your product catalog queries.
3
-# Remember to test this not through a GraphQL client that does not automatically set an api or admin key.
+# Remember to test this through a GraphQL client that does not automatically set an api or admin key.
4
access:
5
policies:
6
- type: Query
0 commit comments