ITypeResolver Interface
A type resolver returns the schema object type being used to implement a give interface or union.
Remarks
The TSchemaInterfaceType.Resolver and TSchemaUnionType.Resolver properties define the type resolver to be used for the types.
Syntax
Unit: GraphQL.Schema
ITypeResolver = interface(IInterface);
Methods
Name | Description |
---|---|
Resolve | Returns the schema object type which implements the specified union or interface. |