async_graphql

Module resolver_utils

Source
Expand description

Utilities for implementing OutputType::resolve.

Macros§

scalar
Define a scalar

Structs§

EnumItem
A variant of an enum.
Fields
A set of fields on an container that are being selected.

Traits§

ContainerType
Represents a GraphQL container object.
EnumType
A GraphQL enum.
ScalarType
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.