Consumer API · type

ImportProgress

Generated schema definition for ImportProgress.

Definition

graphql
type ImportProgress {
percent: Int!
stage: ImportStageEnum!
startedAt: Date!
syncedTransactions: Int!
totalTransactions: Int!
}