[][src]Module async_graphql::context

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.

ResolveId

The unique id of the current resolution.

Variables

Variables of a query.

Enums

QueryPathSegment

A segment in the path to the current query.

Type Definitions

Context

Context object for resolve field

ContextSelectionSet

Context for SelectionSet