CreateStepDependencyInput
All input for the create StepDependency mutation.
input CreateStepDependencyInput {
clientMutationId: String
stepDependency: StepDependencyInput!
}
Fields
CreateStepDependencyInput.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.
CreateStepDependencyInput.stepDependency ● StepDependencyInput! non-null input
The StepDependency to be created by this mutation.
Member Of
createStepDependency mutation