Skip to main content

StepDependencyCondition

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

input StepDependencyCondition {
id: String
stepId: String
dependentStepId: String
dependencyType: String
createdByWorkspaceAccountId: String
workspaceId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}

Fields

StepDependencyCondition.id ● String scalar

Checks for equality with the object’s id field.

StepDependencyCondition.stepId ● String scalar

Checks for equality with the object’s stepId field.

StepDependencyCondition.dependentStepId ● String scalar

Checks for equality with the object’s dependentStepId field.

StepDependencyCondition.dependencyType ● String scalar

Checks for equality with the object’s dependencyType field.

StepDependencyCondition.createdByWorkspaceAccountId ● String scalar

Checks for equality with the object’s createdByWorkspaceAccountId field.

StepDependencyCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

StepDependencyCondition.version ● Int scalar

Checks for equality with the object’s version field.

StepDependencyCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

StepDependencyCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

StepDependencyCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

Member Of

stepDependencies query ● stepDependenciesConnection query