Expand description
Utilities for implementing
OutputType::resolve
.
Macros§
- scalar
- Define a scalar
Structs§
Traits§
- Container
Type - Represents a GraphQL container object.
- Enum
Type - A GraphQL enum.
- Scalar
Type - A GraphQL scalar.
Functions§
- enum_
value - Convert the enum value into a GraphQL value.
- parse_
enum - Parse a value as an enum value.
- resolve_
container - Resolve an container by executing each of the fields concurrently.
- resolve_
container_ serial - Resolve an container by executing each of the fields serially.
- resolve_
list - Resolve an list by executing each of the items concurrently.