⚡ Turns your ◭ Prisma Schema into a fully-featured GraphQL API, tailored for AWS AppSync.
BSD 2-Clause "Simplified" License
226
stars
18
forks
source link
Issue: Local dev server reads `undefined` when using nested arrays in query #81
Closed
Tenrys closed 1 year ago
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.