AugurProject / augur

Augur v2 - Prediction Market Protocol and Client
MIT License
453 stars 143 forks source link

Make all graphql queries consistent & use fragments #10821

Closed pgebheim closed 3 years ago

pgebheim commented 3 years ago

I just cleaned up these queries and used fragments to represent the various parts field selections. My goal here was really to understand it and to make it easier to add market filtering for testing.

Lemme know what you think.