- Forward pagination with
after(cursor) &first(numeric count) - Reverse pagination with
before(cursor) &last(numeric count)
pageInfo object along with a totalCount field which allows you to make subsequent calls with page controls. Using the getCustomers API as an example this would look as follows:
This will fetch a subsequent page of 50 entries by passing in the endCursor from an initial query.
Query
Variables

