Skip to main content

GetImport

Stable

Get a single import by ID

Signature

query {
GetImport(id: ...)
}

Retourne : Import

Arguments

NomTypeRequisDéfautDescription
idID!

Exemple

query {
GetImport(
id: $id
) {
id
name
type {}
dataset {}
googleDriveFolderUrl
defaultMode {}
maxLineToImport
executions {}
createdAt
updatedAt
}
}