fixed the search results translation with graphql loading
This commit is contained in:
@@ -11,7 +11,7 @@ extend type Query {
|
||||
}
|
||||
|
||||
extend type Query {
|
||||
searchresults(ids: [Int]): [SearchResult]
|
||||
searchresults(ids: [Int], lang: String): [SearchResult]
|
||||
}
|
||||
|
||||
extend type Query {
|
||||
|
Reference in New Issue
Block a user