TSchemaObjectType.AddInterfaceReference Method
Adds the specified interface type as one of the interfaces implemented by this object type.
Syntax
Unit: GraphQL.Schema
procedure TSchemaObjectType.AddInterfaceReference(const ATypeName: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ATypeName | string | The name of the interface type to be added to the list of implemented interfaces. |