Module query

Source
Expand description

Defines the types & results for running an introspection query against a GraphQL server.

Structs§

Directive
A directive either used in the schema or available to queries
EnumValue
Represents one of the possible values of an enum type
Field
Represents one of the fields of an object or interface type
FieldType
The type of a Field.
InputValue
Represents field and directive arguments as well as the fields of an input object.
IntrospectedSchema
The schema returned from a query
IntrospectionQuery
A GraphQL Introspection Query for Cynic.
NamedType
A named type
Type
Details about a type in the schema

Enums§

DirectiveLocation
A location where a directive can be used
TypeKind
The “kind” of a type