You are here

public function SchemaBuilderInterface::processArguments in GraphQL 8.3

Processes a list of argument definitions.

Parameters

array $args: An array of argument definitions.

Return value

array The processed argument definitions.

1 method overrides SchemaBuilderInterface::processArguments()
SchemaPluginBase::processArguments in src/Plugin/GraphQL/Schemas/SchemaPluginBase.php
Processes a list of argument definitions.

File

src/Plugin/SchemaBuilderInterface.php, line 164

Class

SchemaBuilderInterface

Namespace

Drupal\graphql\Plugin

Code

public function processArguments(array $args);