You are here

public property GraphQLField::$contextual_arguments in GraphQL 8.3

Contextual arguments.

List of argument identifiers that will be merged with the current query context.

Type: string[]

File

src/Annotation/GraphQLField.php, line 63

Class

GraphQLField
Annotation for GraphQL field plugins.

Namespace

Drupal\graphql\Annotation

Code

public $contextual_arguments = [];