2020-03-11 21:34:04 +00:00
|
|
|
mutation MetadataImport {
|
|
|
|
metadataImport
|
|
|
|
}
|
|
|
|
|
|
|
|
mutation MetadataExport {
|
|
|
|
metadataExport
|
|
|
|
}
|
|
|
|
|
2020-09-15 07:28:53 +00:00
|
|
|
mutation ExportObjects($input: ExportObjectsInput!) {
|
|
|
|
exportObjects(input: $input)
|
|
|
|
}
|
|
|
|
|
2020-09-20 08:36:02 +00:00
|
|
|
mutation ImportObjects($input: ImportObjectsInput!) {
|
|
|
|
importObjects(input: $input)
|
|
|
|
}
|
|
|
|
|
2020-03-11 21:34:04 +00:00
|
|
|
mutation MetadataScan($input: ScanMetadataInput!) {
|
|
|
|
metadataScan(input: $input)
|
|
|
|
}
|
|
|
|
|
|
|
|
mutation MetadataGenerate($input: GenerateMetadataInput!) {
|
|
|
|
metadataGenerate(input: $input)
|
|
|
|
}
|
|
|
|
|
|
|
|
mutation MetadataAutoTag($input: AutoTagMetadataInput!) {
|
|
|
|
metadataAutoTag(input: $input)
|
|
|
|
}
|
|
|
|
|
|
|
|
mutation MetadataClean {
|
|
|
|
metadataClean
|
|
|
|
}
|
|
|
|
|
2020-08-06 01:21:14 +00:00
|
|
|
mutation MigrateHashNaming {
|
|
|
|
migrateHashNaming
|
|
|
|
}
|
|
|
|
|
2020-03-11 21:34:04 +00:00
|
|
|
mutation StopJob {
|
|
|
|
stopJob
|
|
|
|
}
|