Expand description
Query context.
Structs§
- Context
Base - Query context.
- Data
- Schema/Context data.
- Parents
- An iterator over the parents of a
QueryPathNode
. - Query
Path Node - A path to the current query.
- Selection
Field - Selection field.
Enums§
- Query
Path Segment - A segment in the path to the current query.
Traits§
- Data
Context - Data related functions of the context.
Type Aliases§
- Context
- Context object for resolve field
- Context
Directive - Context object for execute directive.
- Context
Selection Set - Context for
SelectionSet