NSWSESMembers / availability-poc

WIP proof of concept availability app
MIT License
10 stars 4 forks source link

GQL - reduce use of fragments and BS #540

Open OSPFNeighbour opened 6 years ago

OSPFNeighbour commented 6 years ago

We have collapsed most of the app side GQL queries down into fragments which has the effect that logs of sections of the app are pulling down way more data the they need.

We need to go through the pages and work out what query is needed and create new 'lighter' queries so that we dont pull down so much data.

alluserquery is the best example of this.