GraphQL and pagination

SUGGESTED

Hi,

I'm trying to make various queries in X3 using graphql, and I'd like to retrieve, say, items from the 300th to the 400th.

I know I can use "first:100" and "after: sometag" to get 100 items starting from sometag, but I have to know the tag. Meaning I have to retrieve all items up to this tag.

The graphql language defines the parameter "offset" ( Pagination | GraphQL ) but it seems missing from X3 graphql.

What am I missing ? 

Thanks in advance

Parents Reply Children
No Data