description Supabase Edge API Overview
Supabase Edge API offers a simplified GraphQL experience, making it easier for developers to build and deploy applications. It's built on top of Supabase's open-source Firebase alternative, providing a fully managed GraphQL server with built-in authentication and database integration. Its intuitive interface and generous free tier make it a great choice for beginners.
help Supabase Edge API FAQ
Is Supabase Edge API actually a GraphQL API?
Supabase exposes a GraphQL API at /graphql/v1 through the pg_graphql extension, which reflects the project's Postgres schema automatically. Supabase also provides a separate REST API through PostgREST.
What are Supabase Edge Functions used for?
They are server-side TypeScript functions running on Supabase's Deno-compatible Edge Runtime, not database tables. Supabase lists webhooks, Stripe integrations, third-party APIs, and custom endpoints as common uses.
How do authentication and data security work with Supabase API?
Supabase Auth issues JWTs, and Postgres Row Level Security uses the request's role and claims to decide which rows can be read or changed. You still need to enable RLS and write policies for exposed tables because Auth alone does not make every table private.
explore Explore More
Similar to Supabase Edge API
ui.x_see_all arrow_forwardReviews & Comments
Write a Review
Be the first to review
Share your thoughts with the community and help others make better decisions.