You are here

public function SchemaBuilderInterface::processFields in GraphQL 8.3

Processes a list of field definitions.

Parameters

array $fields: An array of field definitions.

Return value

array The processed field definitions.

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

File

src/Plugin/SchemaBuilderInterface.php, line 153

Class

SchemaBuilderInterface

Namespace

Drupal\graphql\Plugin

Code

public function processFields(array $fields);