GraphQL order_by precedence
I need to be able to specify the order of my
which results in the query:
but what I need to send is:
how can I send this via the standard hooks?
order_by fields sent via the GraphQL client to Hasura. Currently, when I send two fields, the order is ignored. I reached out to Hasura and they say the query needs to be modified. I am sending:which results in the query:
but what I need to send is:
how can I send this via the standard hooks?
