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
- Enum
Value - Represents one of the possible values of an enum type
- Field
- Represents one of the fields of an object or interface type
- Field
Type - The type of a
Field. - Input
Value - Represents field and directive arguments as well as the fields of an input object.
- Introspected
Schema - The schema returned from a query
- Introspection
Query - A GraphQL Introspection Query for Cynic.
- Named
Type - A named type
- Type
- Details about a type in the schema
Enums§
- Directive
Location - A location where a directive can be used
- Type
Kind - The “kind” of a type