The article introduces pg_graphql, a native PostgreSQL extension that adds GraphQL support, allowing for performant and up-to-date queries without requiring external services. The extension inspects an existing PostgreSQL schema and reflects a GraphQL schema with resolvers. It is designed to be lightweight and compatible with existing row level security policies. The article also discusses the motivation behind creating pg_graphql, including the need for a SQL-centric GraphQL solution that can run on limited resources.