graphene-django-extras icon indicating copy to clipboard operation
graphene-django-extras copied to clipboard

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

Open tamhv opened this issue 1 year ago • 0 comments

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?

tamhv avatar Sep 21 '23 03:09 tamhv