RefreshStoryCountsPayload
No description
type RefreshStoryCountsPayload {
  clientMutationId: String!
  story: Story
}
Fields
RefreshStoryCountsPayload.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
RefreshStoryCountsPayload.story ● Story object
story is the story that was updated.
Returned By
refreshStoryCounts  mutation