# GraphQL is now available in Supabase

DevFeed: [GraphQL is now available in Supabase](<https://devfeed.tech/articles/graphql-is-now-available-in-supabase-385.md>)

Original publisher: [Read original article](<https://supabase.com/blog/graphql-now-available>)

Author: Oliver Rice; David Thyresson

Published: 2022-03-29T07:00:00Z

Content type: news

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [API](<https://devfeed.tech/topics/api.md>), [CRUD](<https://devfeed.tech/topics/crud.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Authorization](<https://devfeed.tech/topics/authorization.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [authorization](<https://devfeed.tech/tags/authorization.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [platform](<https://devfeed.tech/tags/platform.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [sql](<https://devfeed.tech/tags/sql.md>)

## AI overview

Supabase announces that GraphQL support is generally available through its open source PostgreSQL extension, pg_graphql. The extension reflects PostgreSQL schemas into GraphQL types and fields, supports relationships and bulk CRUD operations, and exposes GraphQL through SQL or HTTP. Queries use PostgreSQL permissions, JWT roles, row-level security policies, and single-query SQL execution to provide filtered access and reduce unnecessary data duplication.

## Source excerpt

GraphQL support is now in general availability on the Supabase platform via our open source PostgreSQL extension, pg_graphql.