Action: 1. using https://github.com/prisma-labs/graphql-request#batching to perform a simple mutation multiple times 2. result: only the first batchQue entry (BatchQue[0]) is actually performed on supabase (res.data.updatecreativescollection.records.length ===1) 3. while expected: to be of lenght batchQue iso 1.
Question, is this kind of operation batching not supported by pg_graphql on supabase? or should I do something differently?
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
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.