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