From 72ea56e31314dd57a50a7699cd6956c8d2cf0a6c Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 3 Mar 2021 17:54:54 +0100 Subject: [PATCH] patched contrib graphql fixed Invalid translation language --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index e743668..ef0e479 100644 --- a/composer.json +++ b/composer.json @@ -176,6 +176,9 @@ "drupal/flag_lists": { "make the related_flag id unique https://www.drupal.org/project/flag_lists/issues/3200737": "https://www.drupal.org/files/issues/2021-02-27/hasactions%2Buniqflagid.patch", "check for flag before delete https://www.drupal.org/project/flag_lists/issues/3200997":"https://www.drupal.org/files/issues/2021-03-01/delete-missing-flag_0.patch" + }, + "drupal/graphql": { + "Invalid translation language https://github.com/drupal-graphql/graphql/issues/1175": "./patches/graphql-fix-invalid-translation-language.patch" } }, "drupal-scaffold": {