DmitryTsepelev/graphql-ruby-fragment_cache

graphql-fragment_cache, на сайте с May 07, 2023 09:18
GraphQL::FragmentCache powers up graphql-ruby with the ability to cache response fragments: you can mark any field as cached and it will never be resolved again (at least, while cache is valid). For instance, the following code caches title for each post: