Skip to main content

PlaybookCondition

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

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

Fields

PlaybookCondition.id ● String scalar

Checks for equality with the object’s id field.

PlaybookCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

PlaybookCondition.version ● Int scalar

Checks for equality with the object’s version field.

PlaybookCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

PlaybookCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

PlaybookCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

Member Of

playbooks query ● playbooksConnection query