You are here

service graphql.query_provider in GraphQL 8.3

Class

Drupal\graphql\GraphQL\QueryProvider\QueryProvider

Tags

  • service_collector
6 string references to graphql.query_provider
MockGraphQLPluginTrait::mockSchemaFactory in tests/src/Traits/MockGraphQLPluginTrait.php
PermissionsTest::setUp in tests/src/Kernel/Framework/PermissionsTest.php
ResultCacheTest::testPersistedQuery in tests/src/Kernel/Framework/ResultCacheTest.php
Test persisted query handling.
ResultTest::testBatchedQueries in tests/src/Kernel/Framework/ResultTest.php
Test a batched query result.
ResultTest::testPersistedQuery in tests/src/Kernel/Framework/ResultTest.php
Test a persisted query result.

... See full list

File

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

View source
  1. class: Drupal\graphql\GraphQL\QueryProvider\QueryProvider
  2. tags:
  3. - { name: service_collector, tag: graphql_query_provider, call: addQueryProvider }