Skip to content

Commit 19f1e76

Browse files
committed
Fix for new interpreter
1 parent a57a7c4 commit 19f1e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/graphql/schema/input_object_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ class Schema < GraphQL::Schema
197197

198198
if TESTING_INTERPRETER
199199
use GraphQL::Execution::Interpreter
200+
use GraphQL::Analysis::AST
200201
end
201202
end
202203
end

0 commit comments

Comments
 (0)