fixed graphql linked_materials entity_reference translation

This commit is contained in:
2021-01-19 11:42:14 +01:00
parent bc2bd2861c
commit 2cf2f378ce
12 changed files with 111 additions and 39 deletions

View File

@ -213,7 +213,7 @@ export default {
this.loading = true
let ast = gql`{
route(path: "${this.path}") {
route(path: "${this.path}", lang: "${drupalDecoupled.lang_code}") {
...ArticleFields
}
}