graphprotocol / mission-control-curator

15 stars 58 forks source link

Aggregate functions standard #406

Open tehn-r opened 3 years ago

tehn-r commented 3 years ago

While playing with Graph Explorer I caught myself that I am missing aggregate functions (like count, sum, max, min, avg) implementation in a way it is done in this framework https://github.com/blueflag/graphql-aggregate. I know that query schemas are described by each developer separately depends on his/her vision, but could be cool to follow this standard for Everest subgraph

yanivtal commented 3 years ago

Yes this is on the roadmap. Thanks for reporting!

montanaflynn commented 2 years ago

I'd also love to see this, it would be especially useful for pagination.