fixed graphql linked_materials entity_reference translation
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user