morpheus-graphql icon indicating copy to clipboard operation
morpheus-graphql copied to clipboard

Feature Request: Complexity Analysis

Open brezal opened this issue 3 years ago • 1 comments

Examples from other libraries:

  • https://async-graphql.github.io/async-graphql/en/depth_and_complexity.html

  • https://hexdocs.pm/absinthe/complexity-analysis.html

brezal avatar May 21 '22 00:05 brezal

Thanks @brezal, i think you should check #579.

there is described general pre-validation interface for morpheus. which i is easy to implement and users could use to write own complexity validation logic based on it.

or we could write server extensions package for it, since i don't think it should be in an app package.

nalchevanidze avatar Jun 23 '22 23:06 nalchevanidze