Use defaultCalculate the total query cost from the query validator from ariadneAST. This will block big queries
Add a cost of 2 for a connections and 1 for a node
Reject the query from executing if the total cost is
greater than the max limit (set to 200 at the moment)before executing them.
Related to T4299