lib/graphql/analysis/ast/query_depth.rb in graphql-1.13.23 vs lib/graphql/analysis/ast/query_depth.rb in graphql-2.0.0

- old
+ new

@@ -13,10 +13,9 @@ # end # # # In your Schema file: # # class MySchema < GraphQL::Schema - # use GraphQL::Analysis::AST # query_analyzer LogQueryDepth # end # # # When you run the query, the depth will get logged: #