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

AssertionError: Page value for PageGraphqlPagination must be a non-zero value #200

Open
tamhv opened this issue Sep 21, 2023 · 0 comments
Open

Comments

@tamhv
Copy link

tamhv commented Sep 21, 2023

client submit page:0 will cause exception

#graphene_django_extras/paginations/pagination.py:209
assert page != 0, ValueError(
    "Page value for PageGraphqlPagination must be a non-zero value"
)

should it return empty data?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant