You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I played around with prisma-binding and an prisma-yoga, which I have created with the prisma-yoga-boilerplate. I have added a custom resolver wich looks like this:
It seems that there is no possibility, that I can order the results. When I look in the console-output from yoga there I can not see that orderBy is passed through to prisma.
When I use the playground and use the following query, and set my userId in the variables-section, everything is working fine:
Is there a possibility, to use
orderBy
?I played around with
prisma-binding
and anprisma-yoga
, which I have created with the prisma-yoga-boilerplate. I have added a custom resolver wich looks like this:It seems that there is no possibility, that I can order the results. When I look in the console-output from
yoga
there I can not see that orderBy is passed through to prisma.When I use the
playground
and use the following query, and set myuserId
in the variables-section, everything is working fine:Thanks for your help
The text was updated successfully, but these errors were encountered: