Export
An export is the process of exporting a collection of entities from a project
type Export {
id: ID!
type: ExportType!
statusInfo: ExportStatusInfo!
createdAt: DateTime!
}
Fields
Export.id
● ID!
non-null scalar
Unique identifier of an export
Export.type
● ExportType!
non-null enum
Type of data exported
Export.statusInfo
● ExportStatusInfo!
non-null interface
Status information of an export
Export.createdAt
● DateTime!
non-null scalar
Created date
Member Of
ExportEdge
object