This module lets you craft and expose a GraphQL schema for Drupal 8.
It is is built around https://github.com/webonyx/graphql-php. As such, it supports the full official GraphQL specification with all its features.
You can use this module as a foundation for building your own schema through custom code or you can use and extend the generated schema using the plugin architecture and the provided plugin implementations form the sub-module.
For ease of development, it includes the GraphiQL interface at/graphql/explorer
.
This module requires composer for installation. To install, simply run composer require drupal/graphql
.
To get a quick overview from the query part of GraphQL in action watch the following video's.
Check out https://github.com/fubhy/drupal-decoupled-app for a complete example of a fully decoupled React and GraphQL application. Feel free to use that repository as a starting point for your own decoupled application.
Documentation is hosted on gitbook.io. There is a separate branch for documentation on version 4 of the module.
These blog posts provide additional information on how to use and extend the module as well as other other contributed modules supporting it:
- https://www.amazeelabs.com/en/journal/introduction-graphql
- https://www.amazeelabs.com/en/journal/drupal-and-graphql-react-and-apollo
- https://www.amazeelabs.com/en/journal/drupal-and-graphql-batteries-included
- https://www.amazeelabs.com/en/journal/extending-graphql-part-1-fields
- https://www.amazeelabs.com/en/journal/extending-graphql-part-2-types-and-interfaces
- https://www.amazeelabs.com/en/journal/graphql-drupalers-part-3-fields
- https://www.amazeelabs.com/en/journal/extending-graphql-part-3-mutations
- https://www.amazeelabs.com/en/journal/dont-push-it-using-graphql-twig
- Project homepage: https://www.drupal.org/project/graphql
- Contributing: https://github.com/drupal-graphql/graphql
-
GraphQL APQ https://github.com/lucasconstantino/drupal-graphql-apq
Drupal module for Automatic Persisted Queries compatible with the apollo-link-persisted-queries project's proposed protocol.
-
GraphQL Metatag https://github.com/drupal-graphql/graphql-metatag
Module that integrates the Metatag Drupal module with GraphQL.
-
GraphQL Twig https://github.com/drupal-graphql/graphql-twig
Allows you to inject data into Twig templates by simply adding a GraphQL query.
-
GraphQL Views https://github.com/drupal-graphql/graphql-views
Adds support for views to GraphQL.
-
GraphQL Entity Definitions https://www.drupal.org/project/graphql_entity_definitions
Adds structural entity information to GraphQL.