I currently have a persisted endpoint that is meant to allow for paging over a list of content fragments: /graphql/execute.json/xxx/getSomeContentFragmentPaginated;startRecord=0;numberOfRecords=3 The underlying GraphQL query looks something like this: query getSomeContentFragmentPaginated($startRe...