stackshareio/graphql-cache

[BUG] Caching no longer works if new 1.9 Interpreter is used

jbeker opened this issue · 4 comments

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

Peeking through the forks some of them have fixes in place

evanob@80083cc

visorgg@e567c04

Any updates on this one?

Is this one still under support? First of all, thanks for the library, but this issue is already 1 year old and there are some forks that already fixed these issues.

Any plans to update this lib to should we just switch to forks?

Thanks!