Ash FrameworkAF
Ash Framework3y ago
39 replies
Blibs

Handle pagination on read action with GraphQL

In my read action, I have this line enabling pagination:

 pagination offset?: true, countable: true, default_limit: 2, required?: true


In the playground, I can see that the query accepts the fields limit and offset, but the query response doesn't return anything related to the pagination (see image)
image.png
Was this page helpful?