You are here

service plugin.manager.graphql.field in GraphQL 8.3

Class

Drupal\graphql\Plugin\FieldPluginManager
3 string references to plugin.manager.graphql.field
MockGraphQLPluginTrait::mockSchemaFactory in tests/src/Traits/MockGraphQLPluginTrait.php
PluggableSchemaDeriver::create in src/Plugin/Deriver/PluggableSchemaDeriver.php
Creates a new class instance.
SchemaPluginBase::create in src/Plugin/GraphQL/Schemas/SchemaPluginBase.php
Creates an instance of the plugin.

File

./graphql.services.yml
graphql.services.yml

View source
  1. class: Drupal\graphql\Plugin\FieldPluginManager
  2. arguments:
  3. - Plugin/GraphQL/Fields
  4. - '@container.namespaces'
  5. - '@module_handler'
  6. - '@cache.graphql.definitions'
  7. - \Drupal\graphql\Plugin\FieldPluginInterface
  8. - \Drupal\graphql\Annotation\GraphQLField
  9. - '%graphql.config%'