SyncRunHistorySliceStat
No description
type SyncRunHistorySliceStat {
created_at: DateTimeISO!
error_count: Int!
fetched_count: Int!
last_cursor: JSON
projected_count: Int!
skipped_count: Int!
slice_key: String!
slice_type: String!
stats: JSON
updated_at: DateTimeISO!
warning_count: Int!
}
Fields
SyncRunHistorySliceStat.created_at ● DateTimeISO! non-null scalar
SyncRunHistorySliceStat.error_count ● Int! non-null scalar
SyncRunHistorySliceStat.fetched_count ● Int! non-null scalar
SyncRunHistorySliceStat.last_cursor ● JSON scalar
SyncRunHistorySliceStat.projected_count ● Int! non-null scalar
SyncRunHistorySliceStat.skipped_count ● Int! non-null scalar
SyncRunHistorySliceStat.slice_key ● String! non-null scalar
SyncRunHistorySliceStat.slice_type ● String! non-null scalar
SyncRunHistorySliceStat.stats ● JSON scalar
SyncRunHistorySliceStat.updated_at ● DateTimeISO! non-null scalar
SyncRunHistorySliceStat.warning_count ● Int! non-null scalar
Member Of
SyncRunHistoryDetail object