In GraphQL, support OrderBy using InputTypes that come from relationships #2635
aaronburtle
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, DAB does not support using OrderBy InputTypes in GraphQL queries which are a part of a nested relationship. In other words, if
Book
has a relationship withPublisher
, DAB currently lacks support for a query of the following formquery { books (orderby: {publisher: {name : asc}}) { items { id title } } }
This discussion idea is for promoting support for the above kind of InputType in GQL.
Beta Was this translation helpful? Give feedback.
All reactions