Issue: Local dev server reads undefined
when using nested arrays in query
#81
Labels
Milestone
undefined
when using nested arrays in query
#81
With this Prisma schema:
And this query:
GraphQL Yoga seems to be receiving the parameters incorrectly, returning an empty result since Prisma can't understand the request:
I've tried deploying onto AppSync itself and the query does function over there, so I think it may be some slip-up related to the development server.
The text was updated successfully, but these errors were encountered: