Anchor to __Schema
__Schema
object
A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.
Anchor to FieldsFields
- Anchor to descriptiondescription•
- Anchor to directivesdirectives•[__Directive!]!non-null
A list of all directives supported by this server.
- Anchor to mutationTypemutation•
Type If this server supports mutation, the type that mutation operations will be rooted at.
- Anchor to queryTypequery•
Type __Type!non-null The type that query operations will be rooted at.
- Anchor to subscriptionTypesubscription•
Type If this server support subscription, the type that subscription operations will be rooted at.
- Anchor to typestypes•[__Type!]!non-null
A list of all types supported by this server.
Was this section helpful?
Map
No referencing types