GetCustomExport
Signature
query {
GetCustomExport(id: ...)
}
Retourne : CustomExport
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
Exemple
query {
GetCustomExport(
id: $id
) {
# Sélectionner les champs souhaités
}
}