GetImport
Get a single import by ID
Signature
query {
GetImport(id: ...)
}
Retourne : Import
Arguments
| Nom | Type | Requis | Défaut | Description |
|---|---|---|---|---|
id | ID! | ✓ | — | — |
Exemple
query {
GetImport(
id: $id
) {
id
name
type {}
dataset {}
googleDriveFolderUrl
defaultMode {}
maxLineToImport
executions {}
createdAt
updatedAt
}
}