© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago
Tim B.

pg_graphql batching not working?

Aim: reduce # requests to supabase

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?



Thanks! @olirice? 🙂
image.png
image.png
image.png
GitHub
GitHub - prisma-labs/graphql-request: Minimal GraphQL client suppor...
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
GitHub - prisma-labs/graphql-request: Minimal GraphQL client suppor...
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

pg_graphql with devenv (nix)
SupabaseSSupabase / help-and-questions
6mo ago
Trying to enable pg_graphql
SupabaseSSupabase / help-and-questions
4y ago
How to update pg_graphql extension?
SupabaseSSupabase / help-and-questions
7mo ago
expose a postgres Function to `pg_graphql`
SupabaseSSupabase / help-and-questions
3y ago