Skip to main content

DoCustomFileExport

Stable

Signature

mutation {
DoCustomFileExport(id: ..., googleDriveFolderLink: ...)
}

Retourne : CustomExport

Arguments

NomTypeRequisDéfautDescription
idID!
googleDriveFolderLinkString!Google Drive destination folder link
variablesAnyVariable values provided by user (map of technicalCode: value)

Exemple

mutation {
DoCustomFileExport(
id: $id
googleDriveFolderLink: $googleDriveFolderLink
) {
id
name
description
hasQuery
exports {}
lastExport {}
lastDownloadedExport {}
variables {}
}
}