search
Get Started
search
Supabase Edge API - API
zoom_in Click to enlarge

Supabase Edge API

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.

Reviews & Comments

Write a Review

rate_review

Be the first to review

Share your thoughts with the community and help others make better decisions.

Save to your list

Save your favorites and follow how their scores change over time.

Save favorites
Track changes
Compare scores

Already have an account? Sign in

Compare Items

See how they stack up against each other

Comparing
VS
Select 1 more item to compare