aPureBase / KGraphQL

Pure Kotlin GraphQL implementation
https://kgraphql.io
MIT License
301 stars 58 forks source link

live feedback on query execution state #100

Open jeggy opened 4 years ago

jeggy commented 4 years ago

It would be nice to able to get live feedback of current state of the query execution.

Sample use case: Having a website where you can build your own graphql query and export the result to an Excel file.

So when having a big query and a dataset that has over 10k records it would be nice to provide some feedback directly on the website about the execution progress. Like showing a message 4329 of 11920 fields fetched and as it's not really sure it could be that these numbers change, so after 1 second it could show 8732 of 13200 fields fetched.