Support body based relay cursor within the custom Ocean integration
K
Kris Massey
At present integrations do not support body parameter based, when using the custom Ocean integration calling APIs such as the GitLab graphql API is not currently possible as the cursor value cannot be passed back into the next request body as is standard within the "Relay Cursor Connections Specification"
The ask is to allow extracted body values to be passed into the next request to enable cursors to work when located within the request body.
Thanks