Consumer API · type

Job

Generated schema definition for Job.

Definition

graphql
type Job {
completedAt: Date
createdAt: Date!
failures: [String!]
fileObjectKey: String
finishEta: Date
importLogObjectKey: String
inngestRunId: String
jobId: ID!
logFileObjectKey: String
logFileSignedUrl: String
numberOfTransactionsLeft: Int
restoreFileObjectKey: String
restoreFileSignedUrl: String
status: String!
step: String
totalTransactions: Int
type: String!
}