CacheStoryPayloadNo descriptiontype CacheStoryPayload { story: Story clientMutationId: String!}CopyFields#story (Story)#story is the Story that was scheduled for caching in Redis.clientMutationId (String!)#clientMutationId is required for Relay support.