Enable Compatibility with GraphQL 5.0

Created on 17 June 2025, 16 days ago

Problem/Motivation

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.

Steps to reproduce

  1. Install graphql_compose module.
  2. Require drupal/graphql:^5.0 in your project.
  3. Composer fails due to version conflict.

Proposed resolution

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.

📌 Task
Status

Active

Version

2.4

Component

Code

Created by

🇫🇷France iheb.attia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024