You are here

public property GraphQLField::$arguments in GraphQL 8.3

The field arguments.

Array keyed by argument names with Scalar or Input Type names as values.

Type: array

File

src/Annotation/GraphQLField.php, line 53

Class

GraphQLField
Annotation for GraphQL field plugins.

Namespace

Drupal\graphql\Annotation

Code

public $arguments = [];