🌟 Enterprise Feature 🌟 This feature is bundled with GraphQL-Enterprise.
GraphQL::Enterprise::ObjectCache
can also run with a Memcached backend via the Dalli client gem.
Set it up by passing a Dalli::Client
instance as dalli: ...
, for example:
use GraphQL::Enterprise::OperationStore, dalli: Dalli::Client.new(...)