UpdateStoryInput
Autogenerated input type of UpdateStory
input UpdateStoryInput {
clientMutationId: String
params: StoryUpdateInput!
}
Fields
UpdateStoryInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateStoryInput.params ● StoryUpdateInput! non-null input
Story update params
Member Of
updateStory mutation