DeleteStepApprovalByStepIdInput
All input for the deleteStepApprovalByStepId mutation.
input DeleteStepApprovalByStepIdInput {
clientMutationId: String
stepId: String!
}
Fields
DeleteStepApprovalByStepIdInput.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.
DeleteStepApprovalByStepIdInput.stepId ● String! non-null scalar
Member Of
deleteStepApprovalByStepId mutation