Skip to content

Commit

Permalink
Add patch to fix the serialization issue with GraphQL
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tbsiqueira committed Apr 11, 2024
1 parent 2e63b5b commit ccc8d46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"Add relationship to flagged entities when Flagging is base table": "https://www.drupal.org/files/issues/2021-11-08/2723703-76.patch"
},
"drupal/graphql": {
"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"
"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",
"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"
},
"drupal/group": {
"Add computed field for Group reference": "https://www.drupal.org/files/issues/2022-07-07/group-computed-fields-2718195-65.patch",
Expand Down

0 comments on commit ccc8d46

Please sign in to comment.