03-01-2023 02:42 PM
Does anyone else have experience with using pagination with GraphQL APIs?
I am working with a new endpoint that uses GraphQL but the limit and offseset parameters for it are kept in the body of the request which creates issues. I’ve figured out that I can use expressions to set the limit and offset in the body, but even when I set the pagination to a generic entity isn’t empty expression the first request will go through fine, but the second one will return an error stating the request has no body.
So I guess in the end I have 2 questions
if it helps here is a screenshot of my current HTTP client snap setup