I tried to cache the title: ```ruby 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?
I tried to cache the title:
But in the console I get a lot of messages of this type:
How to fix it?