Handle pagination on read action with GraphQL
In my read action, I have this line enabling pagination:
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)
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)

