CacheStoryInputNo descriptiontype CacheStoryInput { id: ID! clientMutationId: String!}CopyFields#id (ID!)#id is the identifier of the Story whose comment and user data will be scheduled for caching in Redis.clientMutationId (String!)#clientMutationId is required for Relay support.