StepStakeholderPatch
Represents an update to a StepStakeholder. Fields that are set will be updated.
input StepStakeholderPatch {
id: String
workspaceId: String
workspaceAccountId: String
stepId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
workspacePlaceholderRoleId: String
}
Fields
StepStakeholderPatch.id ● String scalar
StepStakeholderPatch.workspaceId ● String scalar
StepStakeholderPatch.workspaceAccountId ● String scalar
StepStakeholderPatch.stepId ● String scalar
StepStakeholderPatch.version ● Int scalar
StepStakeholderPatch.deletedAt ● Datetime scalar
StepStakeholderPatch.updatedAt ● Datetime scalar
StepStakeholderPatch.createdAt ● Datetime scalar
StepStakeholderPatch.workspacePlaceholderRoleId ● String scalar
Member Of
UpdateStepStakeholderByNodeIdInput input ● UpdateStepStakeholderByWorkspaceAccountIdAndStepIdInput input ● UpdateStepStakeholderInput input ● upsertStepStakeholderByIdInput input ● upsertStepStakeholderByWorkspaceAccountIdAndStepIdInput input