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 723dd69 commit cd6c6d9Copy full SHA for cd6c6d9
docs/symfony-bundle-advanced.md
@@ -53,6 +53,8 @@ By default, GraphQLite assumes that your firewall name is "main". This is the de
53
Symfony security bundle so it is likely the value you are using. If for some reason you want to use
54
another firewall, configure the name with `graphqlite.security.firewall_name`.
55
56
+## Schema and request security
57
+
58
You can disable the introspection of your GraphQL API (for instance in production mode) using
59
the `introspection` configuration properties.
60
0 commit comments