# pg\_graphql 1.5.7: pagination and multi-tenancy support

DevFeed: [pg\_graphql 1.5.7: pagination and multi-tenancy support](<https://devfeed.tech/articles/pg-graphql-1-5-7-pagination-and-multi-tenancy-support-481.md>)

Original publisher: [Read original article](<https://supabase.com/blog/pg-graphql-1-5-7>)

Author: Oliver Rice

Published: 2024-08-15T07:00:00Z

Content type: release

Language: en

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

Topics: [GraphQL](<https://devfeed.tech/topics/graphql.md>), [Multi-tenancy](<https://devfeed.tech/topics/multi-tenancy.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [SQL](<https://devfeed.tech/topics/sql.md>)

Tags: [cache](<https://devfeed.tech/tags/cache.md>), [features](<https://devfeed.tech/tags/features.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [latest-features](<https://devfeed.tech/tags/latest-features.md>), [multi-tenancy](<https://devfeed.tech/tags/multi-tenancy.md>), [performance](<https://devfeed.tech/tags/performance.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [releases](<https://devfeed.tech/tags/releases.md>), [sql](<https://devfeed.tech/tags/sql.md>)

## AI overview

pg_graphql 1.5.7 introduces offset-based pagination, schema-based multi-tenancy improvements, and filtering for array-typed columns. The update also reduces schema-cache size and query time in multi-tenant environments by loading only schemas permitted for each tenant. Future plans include upsert and nested insert support.

## Source excerpt

Latest features of pg_graphql