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