Expand description
Types used to describe a GraphQL schema
Structs§
- Argument
- Metadata for an argument to a field
- Enum
Meta - Enum type metadata
- Enum
Value - Metadata for a single value in an enum
- Field
- Metadata for a field
- Input
Object Meta - Input object metadata
- Interface
Meta - Interface type metadata
- List
Meta - List type metadata
- Nullable
Meta - Nullable type metadata
- Object
Meta - Object type metadata
- Placeholder
Meta - A placeholder for not-yet-registered types
- Scalar
Meta - Scalar type metadata
- Union
Meta - Union type metadata
Enums§
- Deprecation
Status - Whether an item is deprecated, with context.
- Meta
Type - Generic type metadata
Type Aliases§
- Input
Value Parse Fn - Shortcut for an
InputValueparsing function. - Scalar
Token Parse Fn - Shortcut for a
ScalarTokenparsing function.