drupal GraphQL API
The Drupal GraphQL module is a contributed module that enables developers to craft and expose a GraphQL schema for Drupal 10 and 11, allowing client applications to query Drupal content and entities using GraphQL syntax. It supports both queries and mutations for reading and writing data, and includes a built-in GraphiQL Explorer interface at /graphql/explorer for interactive schema browsing and query development.
Overview
drupal GraphQL API is a GraphQL API specification published by drupal on the APIs.io network.
The Drupal GraphQL module is a contributed module that enables developers to craft and expose a GraphQL schema for Drupal 10 and 11, allowing client applications to query Drupal content and entities using GraphQL syntax. It supports both queries and mutations for reading and writing data, and includes a built-in GraphiQL Explorer interface at /graphql/explorer for interactive schema browsing and query development.
The GraphQL endpoint is available at https://example.com/graphql. documentation is published at https://www.drupal.org/docs/contributed-modules/graphql.
The specification includes 2 reference links.
Endpoint
References
- Documentation https://www.drupal.org/docs/contributed-modules/graphql
- Documentation https://drupal-graphql.gitbook.io/graphql/