graphql_fragment_include-8.x-1.1/graphql_fragment_include.services.yml
graphql_fragment_include.services.yml
services:
graphql_fragment_include.graphql_fragment_loader:
class: Drupal\graphql_fragment_include\GraphQL\Fragment\GraphQLFragmentLoader
arguments:
- "@config.factory"
- "@logger.factory"
graphql.query_processor:
class: Drupal\graphql_fragment_include\GraphQL\Execution\QueryProcessor
arguments:
- '@cache_contexts_manager'
- '@plugin.manager.graphql.schema'
- '@cache.graphql.results'
- '@request_stack'
- '@graphql_fragment_include.graphql_fragment_loader'
