Pular para o conteúdo principal

BackgroundJobState

No description

type BackgroundJobState {
jobType: BackgroundJobType!
attempts: Int!
lastExecutionAt: DateTime
nextAttemptAt: DateTime
lastError: String
ignored: Boolean!
}

Fields

BackgroundJobState.jobType ● BackgroundJobType! non-null enum

BackgroundJobState.attempts ● Int! non-null scalar

BackgroundJobState.lastExecutionAt ● DateTime scalar

BackgroundJobState.nextAttemptAt ● DateTime scalar

BackgroundJobState.lastError ● String scalar

BackgroundJobState.ignored ● Boolean! non-null scalar

Member Of

Billing object