pg_graphql batching not working?
Aim: reduce # requests to supabase
Action:
Thanks! @olirice?
Action:
- using https://github.com/prisma-labs/graphql-request#batching to perform a simple mutation multiple times
- result: only the first batchQue entry (BatchQue[0]) is actually performed on supabase (res.data.updatecreativescollection.records.length ===1)
- while expected: to be of lenght batchQue iso 1.
Thanks! @olirice?



GitHub
Minimal GraphQL client supporting Node and browsers for scripts or simple apps - GitHub - prisma-labs/graphql-request: Minimal GraphQL client supporting Node and browsers for scripts or simple apps