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