Skip to content

Commit ccc8d46

Browse files
committed
Add patch to fix the serialization issue with GraphQL
This was originally fixed by GraphQL module and it's available at version 4.7.0 but not yes updated on Open Social see: drupal-graphql/graphql#1364
1 parent 2e63b5b commit ccc8d46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"Add relationship to flagged entities when Flagging is base table": "https://www.drupal.org/files/issues/2021-11-08/2723703-76.patch"
7575
},
7676
"drupal/graphql": {
77-
"Issue #3191622: Remove leaked cache metadata check until Open Social properly avoids leaking cache metadata in entity query connections": "https://www.drupal.org/files/issues/2022-11-01/3191622-Implement-cache-metadata-for-ConnectionQueryHelperInterface-3.patch"
77+
"Issue #3191622: Remove leaked cache metadata check until Open Social properly avoids leaking cache metadata in entity query connections": "https://www.drupal.org/files/issues/2022-11-01/3191622-Implement-cache-metadata-for-ConnectionQueryHelperInterface-3.patch",
78+
"Issue #3440125: Serialization issue with big GraphQL schemas": "https://www.drupal.org/files/issues/2024-04-11/3440125-github-1364-allow-big-schemas-to-be-serialized-and-cached-1.patch"
7879
},
7980
"drupal/group": {
8081
"Add computed field for Group reference": "https://www.drupal.org/files/issues/2022-07-07/group-computed-fields-2718195-65.patch",

0 commit comments

Comments
 (0)