TSchemaField.FindArgument Method
Retrieves the input argument with the specified name.
Remarks
If the specified input argument does not exist, nil is returned.
Syntax
Unit: GraphQL.Schema
function TSchemaField.FindArgument(const aName: string): TSchemaInputValue;
Parameters
| <-> | Parameter | Type | Description | 
|---|---|---|---|
| const | aName | string |