graphql-ruby-fragment_cache icon indicating copy to clipboard operation
graphql-ruby-fragment_cache copied to clipboard

graphql-ruby plugin for caching parts of the response

Results 17 graphql-ruby-fragment_cache issues
Sort by recently updated
recently updated
newest added

Finished [PR](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/70)

An MVP version (I'd at least need to add specs) of #read_multi implementation idea #44

I am trying to use both fragment caching + action policy and due to lack of documentation I am unable to make it work if I have a `authorized_scope: true`...

enhancement
good first issue

I understand that you can setup namespace by either 1. ```GraphQL::FragmentCache.namespace = "my-prefix"``` 2. ```GraphQL::FragmentCache.configure { |config| config.namespace = "my-prefix" }``` It isn't clear to me whether I can set...

Hi there, **ENV**: We are currently using your gem on our Rails api which passes data through to an Apollo Angular app. We originally had a pure rails solution but...

Issue: Getting an undefined method error for versions of GraphQL Ruby greater than v1.12.10. ``` undefined method `final_value' for # Did you mean? final_result /usr/local/bundle/gems/graphql-fragment_cache-0.1.4/lib/graphql/fragment_cache/cacher.rb:13:in `call' /usr/local/bundle/gems/graphql-fragment_cache-0.1.4/lib/graphql/fragment_cache/instrumentation.rb:17:in `after_query' ``` I...