data_export
Last edit: Aug 22, 2023
Schedules data export of either models, users or both, similarly to pos-cli,
with the difference it is capable of additional filtering and sorting. Returns
ID of an export task, which can be queries same way as pos-cli does its check.
Generated CSVs are compatible with pos-cli data import.
data_export(
models: DataExportModelsInput
records: DataExportRecordsInput
split_files: Boolean = true
users: DataExportUsersInput
): DataExport!
Arguments
models
(DataExportModelsInput
)
deprecated, use records
records
(DataExportRecordsInput
)
provide at least empty hash if you want records to be exported
split_files
(Boolean
)
users
(DataExportUsersInput
)
provide at least empty hash if you want users to be exported