Skip to main content

StepToDoCondition

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

input StepToDoCondition {
id: String
workspaceId: String
stepId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
}

Fields

StepToDoCondition.id ● String scalar

Checks for equality with the object’s id field.

StepToDoCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

StepToDoCondition.stepId ● String scalar

Checks for equality with the object’s stepId field.

StepToDoCondition.version ● Int scalar

Checks for equality with the object’s version field.

StepToDoCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

StepToDoCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

StepToDoCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

Member Of

stepToDos query ● stepToDosConnection query