Schema
A wrapper around a schema GQLDocument that:
always contain builtin types contrary to introspection that will not contain directives and SDL that will not contain any builtin definitions
always has a schema definition
has type extensions merged
has some helper functions to retrieve a type by name and/or possible types
Parameters
definitions
a list of validated and merged definitions
Constructors
Schema
Link copied to clipboard
a list of validated and merged definitions
Types
Functions
hasTypeWithTypePolicy
Link copied to clipboard
implementedTypes
Link copied to clipboard
possibleTypes
Link copied to clipboard
toGQLDocument
Link copied to clipboard
typeDefinition
Link copied to clipboard
Properties
directiveDefinitions
Link copied to clipboard
mutationTypeDefinition
Link copied to clipboard
queryTypeDefinition
Link copied to clipboard
subscriptionTypeDefinition
Link copied to clipboard
typeDefinitions
Link copied to clipboard