Module types

Source
Expand description

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

Structs§

Cache
A cache implementation for storing data between requests.
Configuration
Configuration data for the extension, from the gateway toml config.
Directive
The directive and its arguments which define the extension in the GraphQL SDK.
ErrorResponse
A response containing a status code and multiple errors.
FieldDefinition
The input data structure of the field.
FieldInputs
A container for field inputs.
FieldOutput
Output responses from the field resolver.
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).
Token
A structure representing an authentication token claims.

Traits§

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

Derive Macros§

Deserialize