Install

Works with Drupal: ^10.2 || ^11

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 27.66 KB
MD5: 1d240a1994afb8b0b30622981f0d18c6
SHA-1: bce5400c4af27c821b03e1ba8a8a4b44ad439040
SHA-256: db2cdaa78e9ca0c6ad6917c97849d0fd3dee4dbc33aafd5f3658727606bdf0f8
Download zip 44.65 KB
MD5: eb14308e8a59d1bb9985ac2a4bf1c774
SHA-1: 1ae52b88b158c8db05935aa57fc849f9f1a9c368
SHA-256: 0973e9b4ad73c12cfd8c249d9fffae2404a093bf070a85118c07969af855cd28

Release notes

Fixes the GitLab CI pipeline so the project page now shows a green build. There are no code changes vs 1.0.0-alpha1 — the only difference is in .gitlab-ci.yml, which is export-ignore'd from the composer tarball. If you already installed 1.0.0-alpha1, you do not need to upgrade for functional reasons.

Changed

  • Updated .gitlab-ci.yml to include the canonical include.drupalci.variables.yml and include.drupalci.workflows.yml files alongside include.drupalci.main.yml. The previous config was missing the variables include, which caused the pipeline to fail with Critical variables are missing.

Why this is still an alpha

This is the first publicly-tested release. The module is feature-complete for the v1.0 scope (Drush commands, settings form, plugin system, paragraph support, drift detection) and passes its full test suite, but it has not yet been used in production outside the maintainer's environment. Expect the alpha → beta → rc → stable progression as community testing surfaces any rough edges.

Known caveats

  • Designed for the GraphQL Compose + Next.js + React stack. Other decoupled stacks (Vue, Svelte, Astro, JSON:API) are not supported.
  • Paragraph references in generated fragments use a ${PARAGRAPH_FRAGMENTS} template-literal placeholder; the developer wires it up in their query file.

Install

composer require 'drupal/graphql_compose_codegen:^1.0@alpha'
drush en graphql_compose_codegen

Then visit Configuration → Development → GraphQL Compose Codegen to set your output directory and base TypeScript type.

Created by: jmcerda
Created on: 29 May 2026 at 16:57 UTC
Last updated: 29 May 2026 at 16:59 UTC

Other releases