You are here

namespace Drupal\graphql\GraphQL in GraphQL 8.4

Same name in other branches
  1. 8.3 Drupal\graphql\GraphQL
Classsort descending Location Description
ResolverBuilder src/GraphQL/ResolverBuilder.php Wires and maps different resolvers together to build the GraphQL tree.
ResolverRegistry src/GraphQL/ResolverRegistry.php Contains all the mappings how to resolve a GraphQL request.
ResolverRegistryInterface src/GraphQL/ResolverRegistryInterface.php Defines a registry to resolve any field in the GraphQL schema tree.
Validator src/GraphQL/Validator.php GraphQL validation service.
ValidatorInterface src/GraphQL/ValidatorInterface.php Validation service interface for Drupal GraphQL servers.