Skip to main content

ImportFile

Represents a job data of exported file.

type ImportFile implements Node, Job {
id: ID!
user: User
app: App
status: JobStatusEnum!
createdAt: DateTime!
updatedAt: DateTime!
message: String
url: String
events: [ImportEvent!]
}

Fields

ImportFile.id ● ID! non-null scalar

The ID of the object

ImportFile.user ● User object

ImportFile.app ● App object

ImportFile.status ● JobStatusEnum! non-null enum

Job status.

ImportFile.createdAt ● DateTime! non-null scalar

Created date time of job in ISO 8601 format.

ImportFile.updatedAt ● DateTime! non-null scalar

Date time of job last update in ISO 8601 format.

ImportFile.message ● String scalar

Job message.

ImportFile.url ● String scalar

The URL of file to download.

ImportFile.events ● [ImportEvent!] list object

List of events associated with the import.

Interfaces

Node interface

An object with an ID

Job interface

Returned By

importFile query

Member Of

CreateImportFile object ● ImportFileCountableEdge object ● NauticalOrderLinesCsvUpload object ● OrderLinesCsvUpload object ● StartCSVImport object

Was this page helpful?