TSchemaDocument.GetType Method
Returns an existing type with the specified name.
Remarks
Returns the named type with the specified name. If no type with the name exists, an exception is raised.
Syntax
Unit: GraphQL.Schema
function TSchemaDocument.GetType(const Name: string): TSchemaNamedType;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | Name | string | The name of the type to be found. |