CreateStoryInput
Autogenerated input type of CreateStory
input CreateStoryInput {
clientMutationId: String
params: StoryCreateInput!
}
Fields
CreateStoryInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateStoryInput.params ● StoryCreateInput! non-null input
Story create params
Member Of
createStory mutation