TSchemaInterfaceType.IsPossibleType Method
Returns true if the specified type implements this interface type.
Syntax
Unit: GraphQL.Schema
function TSchemaInterfaceType.IsPossibleType(AType: TSchemaType): Boolean;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
AType | TSchemaType | The schema type which will be verified as a possible implementer of this interface type. |