TSchemaDocument.FindType 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, returns nil.
Syntax
Unit: GraphQL.Schema
function TSchemaDocument.FindType(const Name: string): TSchemaNamedType;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | Name | string | The name of the type to be found. |