TSchemaDirectiveDefinition.FindArgument Method
Returns the input argument with the specified name.
Remarks
Returns nil if the argument is not found.
Syntax
Unit: GraphQL.Schema
function TSchemaDirectiveDefinition.FindArgument(const Name: string): TSchemaInputValue;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The name of the argument to be found. |