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