CreateStepToDoTaskInput
All input for the create StepToDoTask mutation.
input CreateStepToDoTaskInput {
clientMutationId: String
stepToDoTask: StepToDoTaskInput!
}
Fields
CreateStepToDoTaskInput.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.
CreateStepToDoTaskInput.stepToDoTask ● StepToDoTaskInput! non-null input
The StepToDoTask to be created by this mutation.
Member Of
createStepToDoTask mutation