2 Things I Wish Supabase GraphQL Docs Made More Obvious
TL;DR
Generate your schema.graphql file by introspecting the supabase server’s GraphQL endpoint and using the official graphql package’s printSchema() andbuildClientSchema() functions.
Don’t let snake_case ruin your schema by enabling Inflection
...
codingcorgis.dev8 min read