DeleteStepStakeholderByNodeIdInput
All input for the deleteStepStakeholderByNodeId mutation.
input DeleteStepStakeholderByNodeIdInput {
clientMutationId: String
nodeId: ID!
}
Fields
DeleteStepStakeholderByNodeIdInput.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.
DeleteStepStakeholderByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single StepStakeholder to be deleted.
Member Of
deleteStepStakeholderByNodeId mutation