Skip to main content

StepStakeholderCondition

A condition to be used against StepStakeholder object types. All fields are tested for equality and combined with a logical ‘and.’

input StepStakeholderCondition {
id: String
workspaceId: String
workspaceAccountId: String
stepId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
workspacePlaceholderRoleId: String
}

Fields

StepStakeholderCondition.id ● String scalar

Checks for equality with the object’s id field.

StepStakeholderCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

StepStakeholderCondition.workspaceAccountId ● String scalar

Checks for equality with the object’s workspaceAccountId field.

StepStakeholderCondition.stepId ● String scalar

Checks for equality with the object’s stepId field.

StepStakeholderCondition.version ● Int scalar

Checks for equality with the object’s version field.

StepStakeholderCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

StepStakeholderCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

StepStakeholderCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

StepStakeholderCondition.workspacePlaceholderRoleId ● String scalar

Checks for equality with the object’s workspacePlaceholderRoleId field.

Member Of

stepStakeholders query ● stepStakeholdersConnection query