Skip to main content

UpdateImport

Stable

Signature

mutation {
UpdateImport(id: ...)
}

Retourne : Import!

Arguments

NomTypeRequisDéfautDescription
idID!
nameString
typeImportType
dataset[ImportDataType!]

Exemple

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