graphql-ruby-persisted_queries
graphql-ruby-persisted_queries copied to clipboard
Support Solid Cache as a cache store
trafficstars
Just wondering if it is possible to use Solid Cache as the caching store?
Hey @mengqing! Not yet, but it should not be a big deal to add it, for instance take a look at the redis adapter: you just need to implement fetch and save and voila! Would be really happy to review that PR