Skip to main content

StepInternalProcessCondition

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

input StepInternalProcessCondition {
id: String
workspaceId: String
stepId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
slideoutField: JSON
}

Fields

StepInternalProcessCondition.id ● String scalar

Checks for equality with the object’s id field.

StepInternalProcessCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

StepInternalProcessCondition.stepId ● String scalar

Checks for equality with the object’s stepId field.

StepInternalProcessCondition.version ● Int scalar

Checks for equality with the object’s version field.

StepInternalProcessCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

StepInternalProcessCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

StepInternalProcessCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

StepInternalProcessCondition.slideoutField ● JSON scalar

Checks for equality with the object’s slideoutField field.

Member Of

stepInternalProcesses query ● stepInternalProcessesConnection query