ExportGiftCards
Export gift cards to csv file.
Added in Saleor 3.1type ExportGiftCards {
exportFile: ExportFile
errors: [ExportError!]!
}
Fields
ExportGiftCards.exportFile
● ExportFile
object
The newly created export file job which is responsible for export data.
ExportGiftCards.errors
● [ExportError!]!
non-null object
Returned by
exportGiftCards
mutation
Was this page helpful?