BackgroundTask
No description
type BackgroundTask {
id: UUID!
apiKeyId: String!
backgroundTaskType: String!
status: String!
args: JSON
result: JSON
progressPercentComplete: Float
progressMessage: String
lastError: String
executionAttempts: Int!
etag: String!
createdTimestamp: DateTime!
updatedTimestamp: DateTime!
lastExecutionTimestamp: DateTime
nextExecutionTimestamp: DateTime!
}
Fields
BackgroundTask.id ● UUID! non-null scalar
BackgroundTask.apiKeyId ● String! non-null scalar
BackgroundTask.backgroundTaskType ● String! non-null scalar
BackgroundTask.status ● String! non-null scalar
BackgroundTask.args ● JSON scalar
BackgroundTask.result ● JSON scalar
BackgroundTask.progressPercentComplete ● Float scalar
BackgroundTask.progressMessage ● String scalar
BackgroundTask.lastError ● String scalar
BackgroundTask.executionAttempts ● Int! non-null scalar
BackgroundTask.etag ● String! non-null scalar
BackgroundTask.createdTimestamp ● DateTime! non-null scalar
BackgroundTask.updatedTimestamp ● DateTime! non-null scalar
BackgroundTask.lastExecutionTimestamp ● DateTime scalar
BackgroundTask.nextExecutionTimestamp ● DateTime! non-null scalar
Returned By
backgroundTask query