This repository was archived by the owner on Oct 26, 2022. It is now read-only.

Description
I tried to cache the title:
class Types::TagType < Types::BaseObject
field :id, ID, null: false
field :title, String, null: false, cache: true
end
But in the console I get a lot of messages of this type:
Cache miss: (GraphQL::Cache:Tag:title:Tag:tags/10-20190522154014980856)
How to fix it?