You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apollo server implementations recognize cacheControl directives from subgraphs, but there doesn't seem to currently be a way to define this directive on fields.
So basicaly you want to field/fields cache, have I understood correctly?
How about caching through https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache
Cache goes to redis on subgraph level, preventing activerecord call and then all subgraphs reuses all those data.
so the flow would be. It not cached, calls activerecord.
Apollo server implementations recognize
cacheControl
directives from subgraphs, but there doesn't seem to currently be a way to define this directive on fields.The text was updated successfully, but these errors were encountered: