You are here

service graphql.type_manager_aggregator in GraphQL 8.3

Class

Drupal\graphql\Plugin\TypePluginManagerAggregator

Tags

  • service_collector
3 string references to graphql.type_manager_aggregator
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\TypePluginManagerAggregator
  2. tags:
  3. - { name: service_collector, tag: graphql_type_manager, call: addTypeManager }