drupal · GraphQL Specification

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.

Documentation Endpoint View on GitHub GraphQL

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

https://example.com/graphql

References

Related API Specs

Drupal REST API (OpenAPI) Drupal JSON:API (OpenAPI)
Back to drupal · All GraphQL Specs · GitHub