stackshareio/graphql-cache

Caching connections only work on RelationConnection

thebadmonkeydev opened this issue · 2 comments

We should refactor our switch in marshal_to_cache to handle instances of a subtype of GraphQL::Relay::BaseConnection. This should allow us to support custom connection caching also.

The location of this issue will be changed by #11 to lib/graphql/cache/builder.rb

This has been resolved by moving from a middleware to a plugin which prevents this from being an issue.