Hello!
I am wondering if it is possible to access the estimatedCost before actually sending a request to a subgraph?
I see that the calculation is done during this step: https://github.com/graphql-hive/gateway/blob/main/packages/runtime/src/plugins/useDemandControl.ts#L70.
The issue is, I want to know an estimated cost before sending a request, so I can build my logic.