BackgroundJob
No description
type BackgroundJob {
id: ID!
type: String!
description: String
errorMessage: String
createdAt: Date!
repeatable: Boolean!
status: BackgroundJobStatus!
}
Fields
BackgroundJob.id
● ID!
non-null scalar
BackgroundJob.type
● String!
non-null scalar
BackgroundJob.description
● String
scalar
BackgroundJob.errorMessage
● String
scalar
BackgroundJob.createdAt
● Date!
non-null scalar
BackgroundJob.repeatable
● Boolean!
non-null scalar
BackgroundJob.status
● BackgroundJobStatus!
non-null enum
Member of
BulkImportSession
object ● Client
object