Skip to content

1.0.0

Choose a tag to compare

@jmcerda jmcerda released this 23 Jul 21:33
· 40 commits to 1.x since this release
2656ece

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 added a CI matrix that runs the Unit + Kernel suites against each supported floor plus the 11 ceiling — the support claim is exercised, not just declared.
  • Fixed: the Status report requirements checks now run on Drupal 10.x (moved from the OOP hook_runtime_requirements / #[Hook] 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.

Install: composer require 'drupal/graphql_compose_codegen:^1.0'