Skip to content

Commit 82327b0

Browse files
authored
fix(EntityLoadMultiple): Language param on EntityLoadMultiple data producer shouldn't be multiple (#1025)
1 parent 21dd433 commit 82327b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Plugin/GraphQL/DataProducer/Entity/EntityLoadMultiple.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
* multiple = TRUE
3131
* ),
3232
* "language" = @ContextDefinition("string",
33-
* label = @Translation("Entity languages"),
34-
* multiple = TRUE,
33+
* label = @Translation("Entity language"),
3534
* required = FALSE
3635
* ),
3736
* "bundles" = @ContextDefinition("string",

0 commit comments

Comments
 (0)