You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: