Skip to main content

PlaybookPatch

Represents an update to a Playbook. Fields that are set will be updated.

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

Fields

PlaybookPatch.id ● String scalar

PlaybookPatch.workspaceId ● String scalar

PlaybookPatch.version ● Int scalar

Revision counter incremented by the history trigger on each update to this row; the previous revision is snapshotted in playbook_history.

PlaybookPatch.deletedAt ● Datetime scalar

PlaybookPatch.updatedAt ● Datetime scalar

PlaybookPatch.createdAt ● Datetime scalar

Member Of

UpdatePlaybookByNodeIdInput input ● UpdatePlaybookInput input