GraphQL Specification "October2021" is used. (But GraphQL only covers formulation of Documents/Queries.)
GraphQL-over-HTTP, which specifies how to submit GraphQL queries via HTTP, has not been released/finalized yet. We therefore use Version a1e6d8ca.
Only GraphQL documents conforming to the 'ExecutableDocument' of the grammar are allowed: This includes the usual 'query', 'mutation', 'subscription' and 'fragment's.
Name | Required | Default | Description | Example |
---|---|---|---|---|
maxDepth | false | - | - | - |
maxMutations | false | 5 |
- | 2 |
allowExtensions | false | false |
- | true |
maxRecursion | false | - | - | - |
allowedMethods | false | GET, POST |
- | - |