SyncJobRun
No description
type SyncJobRun {
attempt_in_chain: Int!
created_at: DateTimeISO!
finished_at: DateTimeISO
id: ID!
last_error: String
records_discovered_count: Int!
records_failed_count: Int!
records_processed_count: Int!
retry_of_run_id: ID
run_mode: SyncRunMode!
scheduled_for: DateTimeISO!
started_at: DateTimeISO
status: String!
sync_job: SyncJob
sync_job_id: ID!
trigger_type: String!
updated_at: DateTimeISO!
}
Fields
SyncJobRun.attempt_in_chain ● Int! non-null scalar
SyncJobRun.created_at ● DateTimeISO! non-null scalar
SyncJobRun.finished_at ● DateTimeISO scalar
SyncJobRun.id ● ID! non-null scalar
SyncJobRun.last_error ● String scalar
SyncJobRun.records_discovered_count ● Int! non-null scalar
SyncJobRun.records_failed_count ● Int! non-null scalar
SyncJobRun.records_processed_count ● Int! non-null scalar
SyncJobRun.retry_of_run_id ● ID scalar
SyncJobRun.run_mode ● SyncRunMode! non-null enum
SyncJobRun.scheduled_for ● DateTimeISO! non-null scalar
SyncJobRun.started_at ● DateTimeISO scalar
SyncJobRun.status ● String! non-null scalar
SyncJobRun.sync_job ● SyncJob object
SyncJobRun.sync_job_id ● ID! non-null scalar
SyncJobRun.trigger_type ● String! non-null scalar
SyncJobRun.updated_at ● DateTimeISO! non-null scalar
Returned By
cancelSyncRun mutation ● retrySyncRun mutation ● syncJobRun query ● triggerSyncRun mutation
Member Of
SyncJob object ● SyncJobRunConnection object