Support GraphQL type pagination in Custom Ocean integration
T
Tomas Kratky
ocean's cursor pagination only knows how to put the cursor in a URL query parameter, but the App we are integrating with (its GraphQL API) needs it inside the JSON POST body (variables.input.cursorValue) and here's no way to configure Ocean to do that at this moment.
We want to be able to set the cursor in the body and use it to get all the pages.