TTypeResolverArgs Class
The arguments passed to the type resolver for resolving the abstract type of an union of interface type.
Syntax
Unit: GraphQL.Schema
TTypeResolverArgs = class(TObject);
Properties
| Name | Description | 
|---|---|
| Root | The root value (initial value) of the GraphQL execution. | 
| Source | Contains the object value (source) which is being resolved. | 
| Schema | A reference to the schema document used in the current GraphQL execution. | 
| UnionType | The union type being resolved. | 
| InterfaceType | The interface type being resolved. |