OBJECT
1type DataExport { 2created_at: JSONDate! 3# ID of the export task which can be queried same way as pos-cli. Once done, the 4# task will include url to the zip file5id: ID 6status: String 7updated_at: JSONDate! 8url: String 9}