cacheStory
cacheStory will cache the given Story and its comments into redis for fast retrieval avoiding Mongo resources to load the story data.
cacheStory(
  input: CacheStoryInput!
): CacheStoryPayload!
cacheStory will cache the given Story and its comments into redis for fast retrieval avoiding Mongo resources to load the story data.
cacheStory(
  input: CacheStoryInput!
): CacheStoryPayload!
cacheStory.input ● CacheStoryInput! non-null inputCacheStoryPayload object