Module types

Source
Expand description

Type definitions of the input and output data structures of the SDK.

Structs§

DecodeError
Deserialisation error.
Directive
The directive and its arguments which define the extension in the GraphQL SDK.
FieldDefinition
The input data structure of the field.
FieldInputs
A container for field inputs.
FieldOutput
Output responses from the field resolver.

Traits§

Deserialize
A data structure that can be deserialized from any data format supported by Serde.

Derive Macros§

Deserialize