CreateStoryInput
No description
input CreateStoryInput {
story: CreateStory!
clientMutationId: String!
}
Fields
CreateStoryInput.story ● CreateStory! non-null input
story is the Story input needed to create a Story.
CreateStoryInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Member Of
createStory mutation