RefreshStoryCountsInput
No description
input RefreshStoryCountsInput {
  clientMutationId: String!
  storyID: String!
  tags: Boolean!
}
Fields
RefreshStoryCountsInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
RefreshStoryCountsInput.storyID ● String! non-null scalar
storyID is the story we want to update counts for.
RefreshStoryCountsInput.tags ● Boolean! non-null scalar
tags if true will update the tag counts for the story.
Member Of
refreshStoryCounts  mutation