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.
- Error
Response - A response containing a status code and multiple errors.
- Field
Definition - The input data structure of the field.
- Field
Inputs - A container for field inputs.
- Field
Output - Output responses from the field resolver.
- Status
Code - An HTTP status code (
status-codein 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.