<  Back to Schedule
GraphQL in ProductionSession Presentations

GraphQL Pagination at Meta

Tuesday, September 10 / 02:10p.m. PDT - 02:40p.m. PDT
Sabrina Wasserman Profile Image
Sabrina WassermanMeta, Software Engineer

In this talk, I’ll discuss how we’ve developed client-side pagination frameworks at Meta on top of the Relay GraphQL connection specification to make paginating with GraphQL-backed data simpler for product engineers. Specifically, I’ll cover: - Cursor-based pagination + the Relay GraphQL Connection specification - Generating pagination queries for a given Connection field - Client-side Connection field state management - How we integrate our pagination frameworks with our UI frameworks