CreateStoryPayload
Autogenerated return type of CreateStory.
type CreateStoryPayload {
clientMutationId: String
data: Story
errors: [Error!]!
}
Fields
CreateStoryPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateStoryPayload.data ● Story object
Created story data
CreateStoryPayload.errors ● [Error!]! non-null object
List of errors
Returned By
createStory mutation