This repository was archived by the owner on Oct 26, 2022. It is now read-only.
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
[BUG] Caching no longer works if new 1.9 Interpreter is used #71
Open
Description
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