TSchemaUnionType.IsMemberType Method
Returns true if the specified type belongs to the union type.
Syntax
Unit: GraphQL.Schema
function TSchemaUnionType.IsMemberType(AType: TSchemaType): Boolean;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
AType | TSchemaType | The schema type which will be verified as a possible member of this union type. |