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.
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 show8732 of 13200 fields fetched
.