Hello 👋
We are currently evaluating whether to go with rails-graphql or graphql-ruby.
So far we are tending to use rails-graphql. One question came up though.
Does it have any way of limiting the query complexity by protecting against recursive queries?
Something akin to
https://graphql-ruby.org/queries/complexity_and_depth.html
Thanks a bunch!

Hello 👋
We are currently evaluating whether to go with rails-graphql or graphql-ruby.
So far we are tending to use rails-graphql. One question came up though.
Does it have any way of limiting the query complexity by protecting against recursive queries?
Something akin to
https://graphql-ruby.org/queries/complexity_and_depth.html
Thanks a bunch!