Hi,
When ordering a type in the query builder under the API Explorer,if I first click the then
button and then desc the build create an invalid query: queryRepository(order: {then: {}, desc: name})
It should be: queryRepository(order: {desc: name, then: {}})