TSchemaInterfaceType Class
Represents a GraphQL interface type.
Syntax
Unit: GraphQL.Schema
TSchemaInterfaceType = class(TSchemaStructuredType);
Constructors
| Name |
Description |
| Create |
Creates the interface type with the specified name.
|
Methods
| Name |
Description |
| IsPossibleType |
Returns true if the specified type implements this interface type.
|
Properties
| Name |
Description |
| PossibleTypes |
Returns all the object types in the schema that implement this interface type.
|
| Resolver |
Contains the type resolver to be used to resolve (find) the abstract type for the interface.
|