Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GraphQL Pagination Support #1109

Closed
jvanderaa opened this issue Nov 30, 2021 · 2 comments · Fixed by #1295
Closed

Add GraphQL Pagination Support #1109

jvanderaa opened this issue Nov 30, 2021 · 2 comments · Fixed by #1295
Labels
type: feature Introduction of new or enhanced functionality to the application
Milestone

Comments

@jvanderaa
Copy link
Contributor

User Story

As Gary the GraphQL Power User…,

I want to get data from a GraphQL with pagination for larger queries...,

So that timeouts of the servers are not approached …

I will know this is done when GraphQL queries support pagination with the following showing up in the query support.

(limit: 10, offset: 0)

Database Changes (Optional)

None

External Dependencies (Optional)

Graphene update?

@glennmatthews glennmatthews added the type: feature Introduction of new or enhanced functionality to the application label Dec 6, 2021
@bryanculver
Copy link
Member

Merged into next.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature Introduction of new or enhanced functionality to the application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants