CreateStepToDoInput
All input for the create StepToDo mutation.
input CreateStepToDoInput {
clientMutationId: String
stepToDo: StepToDoInput!
}
Fields
CreateStepToDoInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateStepToDoInput.stepToDo ● StepToDoInput! non-null input
The StepToDo to be created by this mutation.
Member Of
createStepToDo mutation