Presents a paged, stateful GraphQL request to be sent to the endpoint. Responsible for defining the requests, updating the page state, and parsing the responses.
Response data type
Returns true if result set has a next page
Updates page-info with data from response object, and returns empty result set. Parse of data must be handled by derived class.
Full response object
Generated using TypeDoc
Presents a paged, stateful GraphQL request to be sent to the endpoint. Responsible for defining the requests, updating the page state, and parsing the responses.