Module async_graphql::resolver_utils
source · Expand description
Utilities for implementing
OutputType::resolve
.
Macros
- Define a scalar
Structs
- A variant of an enum.
- A set of fields on an container that are being selected.
Traits
- Represents a GraphQL container object.
- A GraphQL enum.
- A GraphQL scalar.
Functions
- Convert the enum value into a GraphQL value.
- Parse a value as an enum value.
- Resolve an container by executing each of the fields concurrently.
- Resolve an container by executing each of the fields serially.
- Resolve an list by executing each of the items concurrently.