GraphQL with pagination

  • What Grafana version and what operating system are you using?
    Grafana cloud

I see on this forum that there are a few people using GraphQL. I am using the Infinity plugin to pull in GraphQL data and it is working very well. The only main problem is that the GraphQL server limits each query to 100 records. I am wondering if anyone has come up with a good way to use pagination or cursors inside of Grafana to execute a query more than once and join the records together. I know how to do this in a programming langauge, but Grafana doesn’t offer the same flexibility. Thanks in advance.

4 Likes

Hello @roger13 ! Did you find a way to do pagination in Grafana with GraphQL?
Thanks!

any solution on this?