reactioncommerce/reaction

Add offset pagination everywhere

Open

#6,252 opened on May 22, 2020

View on GitHub
 (6 comments) (0 reactions) (0 assignees)JavaScript (2,198 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (12,181 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The pagination util function supports offset automatically, but the offset field needs to be added to the GraphQL schema params for each query for it to work. This is a general tracking issue, but someone should investigate to determine which queries and missing offset, and create an individual enhancement issue for each in the api-plugin-* repos.

Contributor guide