TFieldResolverArgs.GetArgument Method
Returns the provided value of the specified input argument.
Syntax
Unit: GraphQL.Schema
function TFieldResolverArgs.GetArgument(const Name: string): TValue;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Name | string | The name of the input argument. |