- Issue created by @iheb.attia
- 🇦🇺Australia almunnings Melbourne, 🇦🇺
Duplicate
https://www.drupal.org/project/graphql_compose/issues/3515405 📌 Add GraphQL 5.x support Active
The graphql_compose
module currently requires graphql
version 4.9 explicitly. However, the latest release of graphql
is 5.0. Users who want to use the latest version are currently blocked by the strict version constraint in composer.json
.
graphql_compose
module.drupal/graphql:^5.0
in your project.Update the composer.json
of the graphql_compose
module to allow compatibility with both graphql
4.9 and 5.0 by adjusting the version constraint to something like "drupal/graphql": "^4.9 || ^5.0"
.
This will give users flexibility while still supporting the currently required version.
Active
2.4
Code
Duplicate
https://www.drupal.org/project/graphql_compose/issues/3515405 📌 Add GraphQL 5.x support Active