Skip to main content

GetCustomExport

Stable

Signature

query {
GetCustomExport(id: ...)
}

Retourne : CustomExport

Arguments

NomTypeRequisDéfautDescription
idID!

Exemple

query {
GetCustomExport(
id: $id
) {
id
name
description
hasQuery
exports {}
lastExport {}
lastDownloadedExport {}
variables {}
}
}