Query reduction
The jobs that run are hitting subgraph quite often and some jobs may not be needed and can be deprecated, while some jobs can reduce frequency or otherwise optimize. Since the cost of the graph is per query, it is important to limit the number of calls we make to our subgraph to the necessary ones that we can sustainably maintain.
Query reduction
The jobs that run are hitting subgraph quite often and some jobs may not be needed and can be deprecated, while some jobs can reduce frequency or otherwise optimize. Since the cost of the graph is per query, it is important to limit the number of calls we make to our subgraph to the necessary ones that we can sustainably maintain.