71. Mutation: Генериране на zip архив с "Notes"
mutation ExportNotesData {
exportData(input: {
notes: [
{
uuid: "<placeholder_for_vectoranalysismap_uuid>",
fieldUuid: "<placeholder_for_field_uuid>",
entity: VectorAnalysisMap
}
]
}) {
archiveUrl
zippedNotes {
uuid
fieldUuid
status
}
ignoredNotes {
uuid
fieldUuid
status
}
}
}Previous70. Mutation: Изтриване на множество "Photos"Next72. Query: Получаване на мрежови данни като GeoJSON или GeoTIFF
Last updated
Was this helpful?