Skip to main content

CrmObjectSyncCondition

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

input CrmObjectSyncCondition {
id: String
externalServiceId: String
sourceName: String
sourceId: String
connectionId: String
isActive: Boolean
workspaceId: String
createdByWorkspaceAccountId: String
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
syncTriggeredAt: Datetime
}

Fields

CrmObjectSyncCondition.id ● String scalar

Checks for equality with the object’s id field.

CrmObjectSyncCondition.externalServiceId ● String scalar

Checks for equality with the object’s externalServiceId field.

CrmObjectSyncCondition.sourceName ● String scalar

Checks for equality with the object’s sourceName field.

CrmObjectSyncCondition.sourceId ● String scalar

Checks for equality with the object’s sourceId field.

CrmObjectSyncCondition.connectionId ● String scalar

Checks for equality with the object’s connectionId field.

CrmObjectSyncCondition.isActive ● Boolean scalar

Checks for equality with the object’s isActive field.

CrmObjectSyncCondition.workspaceId ● String scalar

Checks for equality with the object’s workspaceId field.

CrmObjectSyncCondition.createdByWorkspaceAccountId ● String scalar

Checks for equality with the object’s createdByWorkspaceAccountId field.

CrmObjectSyncCondition.version ● Int scalar

Checks for equality with the object’s version field.

CrmObjectSyncCondition.deletedAt ● Datetime scalar

Checks for equality with the object’s deletedAt field.

CrmObjectSyncCondition.updatedAt ● Datetime scalar

Checks for equality with the object’s updatedAt field.

CrmObjectSyncCondition.createdAt ● Datetime scalar

Checks for equality with the object’s createdAt field.

CrmObjectSyncCondition.syncTriggeredAt ● Datetime scalar

Checks for equality with the object’s syncTriggeredAt field.

Member Of

crmObjectSyncs query ● crmObjectSyncsConnection query