issue: GraphQL `set` request is not returning the correct value
Closed this issue · 0 comments
Aviortheking commented
Where are you having the issue
- GraphQL
- JSON API
Is the issue affecting one of the two elements below ?
- Translations
- Definitions Files (Open API, GraphQL Schema, etc)
Description
GraphQL set
request does not respect the id filter
query {
set(id: "sv07") {
id,
name
}
}