TSchemaStructuredType.FindField Method
Returns the field given a specified name.
Syntax
Unit: GraphQL.Schema
function TSchemaStructuredType.FindField(const Name: string): TSchemaField; virtual;
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
const | Name | string | The name of the field to be returned. If a field with that name is not found, result is nil. |