the-events-calendar / ql-events

The Events Calendar binding to WPGraphQL
15 stars 7 forks source link

Adds an extra item to posts_per_page to ensure that the total number … #63

Closed james-wfaa closed 11 months ago

james-wfaa commented 11 months ago

…of items in the query remain greater than the number asked for even when one is removed as a duplicate. Adds explicit order=ASC to graphql_cursor_compare_fields. Together these changes fix a bug where hasNextPage was wrongly returning false in wpgraphql when there should be a next page of results.