A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi -
We're using Azure ADF to ingest orders data from the API and we're having an issue with paging. RFC5988 allows us to see the next link for reporting, but the base URL string contains additional parameters from the initial call (status=any&created_at_min=2023-05-20). These get passed to the paging URL and the API errors with: "status":"status cannot be passed when page_info is present. Ideally the parameters are ignored if not needed for paging, but i'm curious if you had any guidance.
Thanks!