Expand description
Type definitions of the input and output data structures of the SDK.
Structs§
- Decode
Error - Deserialisation error.
- Directive
- The directive and its arguments which define the extension in the GraphQL SDK.
- Field
Definition - The input data structure of the field.
- Field
Inputs - A container for field inputs.
- Field
Output - Output responses from the field resolver.
Traits§
- Deserialize
- A data structure that can be deserialized from any data format supported by Serde.