Module async_graphql::context [−][src]
Expand description
Query context.
Structs
| ContextBase | Query context. | 
| Data | Schema/Context data. | 
| Parents | An iterator over the parents of a  | 
| QueryPathNode | A path to the current query. | 
| SelectionField | Selection field. | 
Enums
| QueryPathSegment | A segment in the path to the current query. | 
Type Definitions
| Context | Context object for resolve field | 
| ContextSelectionSet | Context for  |