Install
Works with Drupal: ^10.6 || ^11.3Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
First stable release of the 1.0.0 line.
Since 1.0.0-rc1:
- Narrowed the supported core range to Drupal 10.6 and 11.3 and up, and added a CI matrix that runs the test suite against each supported floor plus the 11 ceiling — so the support claim is exercised, not just declared.
- The Status report requirements checks now run on Drupal 10.x (moved from the OOP hook_runtime_requirements form, which is 11.1/11.2+ only, to the procedural hook_requirements()).
graphql_compose_codegen is a Drush-powered scaffold generator that turns your graphql_compose schema into TypeScript type definitions, GraphQL fragments, and React component stubs for a Next.js frontend. See the README for usage.