stackshareio/graphql-cache

Add query document caching

thebadmonkeydev opened this issue · 0 comments

We should include the ability to cache queries based on the actual query document similar to HTTP caching. This would require creating a "plugin" for graphql-ruby. Plugins are run during query parsing, middleware are run during resolution.