Skip to main content

DoExport

Stable

Signature

mutation {
DoExport(dataTableType: ..., exportFileFormat: ...)
}

Retourne : Boolean!

Arguments

NomTypeRequisDéfautDescription
dataTableTypeDataTableType!
exportFileFormatExportFileFormat!
paramsArray

Exemple

mutation {
DoExport(
dataTableType: $dataTableType
exportFileFormat: $exportFileFormat
) {
# Sélectionner les champs souhaités
}
}