Describe the bug
If I enable the new 1.9 Interpreter as documented here: https://graphql-ruby.org/queries/interpreter.html no caching occurs.
gem version:
graphql (1.9.15)
graphql-cache (0.6.0)
To Reproduce
Add these lines to Schema (per docs above)
use GraphQL::Execution::Interpreter
use GraphQL::Analysis::AST
Expected behavior
Caching should still happen
Describe the bug
If I enable the new 1.9 Interpreter as documented here: https://graphql-ruby.org/queries/interpreter.html no caching occurs.
gem version:
To Reproduce
Add these lines to Schema (per docs above)
Expected behavior
Caching should still happen