TSchemaUnionType.AddMemberType Method
Adds the specified type as one member of this union type.
Syntax
Unit: GraphQL.Schema
procedure TSchemaUnionType.AddMemberType(const ATypeName: string);
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | ATypeName | string | The name of the type to be added to the list of union members. |