async_graphql

Module context

Source
Expand description

Query context.

Structs§

ContextBase
Query context.
Data
Schema/Context data.
Parents
An iterator over the parents of a QueryPathNode.
QueryPathNode
A path to the current query.
SelectionField
Selection field.

Enums§

QueryPathSegment
A segment in the path to the current query.

Traits§

DataContext
Data related functions of the context.

Type Aliases§

Context
Context object for resolve field
ContextDirective
Context object for execute directive.
ContextSelectionSet
Context for SelectionSet