CreateStoryPayload
No description
type CreateStoryPayload {
  story: Story
  clientMutationId: String!
}
Fields
CreateStoryPayload.story ● Story object
story is the Story that was possibly created.
CreateStoryPayload.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Returned by
createStory  mutation