data_export
Last edit: Nov 10, 2025
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(
encryption: PropertyUploadEncryptionInput
models: DataExportModelsInput
records: DataExportRecordsInput
split_files: Boolean = true
users: DataExportUsersInput
): DataExport!
Arguments
encryption (PropertyUploadEncryptionInput)
Encrypt the content
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