You are here

namespace Drupal\graphql\Entity in GraphQL 8.3

Same name in other branches
  1. 8.4 Drupal\graphql\Entity
Classsort descending Location Description
QueryMap src/Entity/QueryMap.php Plugin annotation @ConfigEntityType( id = "graphql_query_map", label = @Translation("Query map"), handlers = { "list_builder" = "Drupal\graphql\Controller\QueryMapListBuilder", "form" = { "import" =…
QueryMapInterface src/Entity/QueryMapInterface.php Provides an interface defining a GraphQLQueryMap entity.