Rate limiting complexity with Absinthe?

Absinthe provides complexity analysis for queries. If a query is too complex, the user will get an error saying so.

Two questions:

  • Is there a way get the complexity of a successful query, both to show users and to use for rate limiting?
  • How do you weight associations?
1 Like