Skip to content

Commit eb7430e

Browse files
authored
fix(dataproducer): Fix language definition to be single value in entity reference producers (drupal-graphql#1241)
1 parent e8a1b18 commit eb7430e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Plugin/GraphQL/DataProducer/Field/EntityReferenceLayoutRevisions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
* ),
3636
* "language" = @ContextDefinition("string",
3737
* label = @Translation("Language"),
38-
* multiple = TRUE,
3938
* required = FALSE
4039
* ),
4140
* "bundle" = @ContextDefinition("string",

src/Plugin/GraphQL/DataProducer/Field/EntityReferenceRevisions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
* ),
3636
* "language" = @ContextDefinition("string",
3737
* label = @Translation("Language"),
38-
* multiple = TRUE,
3938
* required = FALSE
4039
* ),
4140
* "bundle" = @ContextDefinition("string",

0 commit comments

Comments
 (0)