0

I am working on a project where I need to get the combined pageInfo from Hasura Realy API.

I have one table and one relationship on table. I want to get the pageInfo like endCursor and startCursor hasNextPage flag so I can control the limit on the combined data and get combined pageInfo details.

so I can pass the endCursor in the next Query and get the rest data if available. I am able to do it on a single table but when I use table and relationship both in the same query then it is not showing any pageInfo details.

any help?

We are able to control the limit on tables and relationship both but pageInfo we are only getting of table not of relationship.

0 Answers0