Description: Adapt to GraphQL v2
Bug: https://github.com/exAspArk/batch-loader/issues/87
Bug-Debian: https://bugs.debian.org/1064754
Author: Cédric Boutillier
Last-Update: 2024-12-15
--- a/spec/fixtures/graphql_schema.rb
+++ b/spec/fixtures/graphql_schema.rb
@@ -34,8 +34,6 @@
 
 if defined?(GraphQL::Execution::Interpreter)
   class GraphqlSchemaWithInterpreter < GraphQL::Schema
-    use GraphQL::Execution::Interpreter
-    use GraphQL::Analysis::AST
     query QueryType
     use BatchLoader::GraphQL
   end
