Hello,
We are trying to fetch the edges of an view in a graphql.
But graphql is returning only 50 edges at max. We see the cursor option in graphql, but it seems that it has been not implemented and is giving null even if there exists more data.
So question is -
- When the cursor functionality for edges will be avaialble in graphql or some know issue as of now ?
- If this is a limitation how do we get edges data joined with the view data where the edge is present using the rest endpoints. Any best combination suggested as there will be multiple stages to resolve the cursor and the edges data, as we understand it.
Request your quick ideas on this how it could be achieved.