Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Usage Milestone: Google Analytics Module google_analytics crossed 1,000 active installs. Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Release: GraphQL Compose Codegen 1.1.2 Minor update available for module graphql_compose_codegen (1.1.2). Release: Mapy.com 1.1.3 Minor update available for module mapycom (1.1.3). Release: Ckeditor5 entity browser 3.0.3 Minor update available for module ckeditor5_entity_browser (3.0.3). Release: Ckeditor5 entity browser 3.0.1 Minor update available for module ckeditor5_entity_browser (3.0.1). Release: Ckeditor5 entity browser 3.0.2 Minor update available for module ckeditor5_entity_browser (3.0.2). Release: Teamleader Integration 4.0.2 Minor update available for module teamleader (4.0.2). Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

GraphQL Export

125 sites Security covered Drupal 10–11 Graphql ecosystem
View on drupal.org

This module exports your GraphQL schemas and introspection data to files. You can access this functionality through a web UI or Drush commands, making it useful for providing schema information to detached frontend applications.

GraphQL Export

GraphQL Export enables exporting your GraphQL schemas and introspection data to files.

An example usage: You have Drupal and a detached frontend in a monorepo. You can use this module to export the full schema to the frontend application on config export for usage by frontend tooling.

This module enables:

Web UI

This module will expose a simple interface at /admin/config/graphql/servers/manage/SERVER_MACHINE_ID_HERE/export where you can see and manually export the schema.

Exporting with Drush

To enable drush exporting, optionally add the following to your settings.php:

$settings['graphql_export'] = [
  'SERVER_MACHINE_ID_HERE' => [
    'graphqls' => '../path/to/save/schema.graphqls',
    'json' => '../path/to/save/schema.json',
  ],
];

Run drush config:export to export your files.

You can change the file paths to whatever you like, as long as the path is writable by Drupal when exporting your config.

GraphQL 3.x support

Use the 8.x-1x branch. This version is not actively maintained. It only has drush integration, and there is slight differences in the settings required. View branch README for more info.

Depends on

Dependencies of the latest stable release

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
5
Tracked since
Feb 2025
Latest release
10 months ago
Releases (12 mo)
3 ▲ from 2
Maintenance
Slowing

Release Timeline

Releases

Version Type Core Release date
2.0.6 Stable 10–11 Oct 15, 2025
3.0.0-alpha1 Pre-release 10–11 Oct 15, 2025
3.0.x-dev Dev 10–11 Oct 15, 2025
2.0.5 Stable 10–11 Apr 3, 2025
2.0.4 Stable 10–11 Feb 12, 2025