exportFile Query
Look up a export file by ID.
exportFile(
id: ID!
): ExportFile
Details
type ExportFile implements Node, Job {
id: ID!
status: JobStatusEnum!
createdAt: DateTime!
updatedAt: DateTime!
message: String
url: String
events: [ExportEvent!]
user: User
app: App
}
Arguments
id ● ID!
ID of the export file job.
Type
ExportFile
Represents a job data of exported file.