Closed justlevine closed 5 months ago
This PR changes the behavior of the pageNumber filter on Form Fields connection, so that GF_Field_Page is included in the results for the previous pageNumber.
pageNumber
GF_Field_Page
This is a breaking change.
As noted in https://github.com/AxeWP/wp-graphql-gravity-forms/issues/208#issuecomment-2043083723, the Page field includes the data required to create back/next buttons for the page number preceeding it. But because the pageNumber is is for the upcoming page, it misses the field field.
Page
What
This PR changes the behavior of the
pageNumber
filter on Form Fields connection, so thatGF_Field_Page
is included in the results for the previouspageNumber
.This is a breaking change.
Why
As noted in https://github.com/AxeWP/wp-graphql-gravity-forms/issues/208#issuecomment-2043083723, the
Page
field includes the data required to create back/next buttons for the page number preceeding it. But because thepageNumber
is is for the upcoming page, it misses the field field.How
Testing Instructions
Additional Info
Checklist: