Open tamhv opened 1 year ago
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?
client submit page:0 will cause exception
should it return empty data?