7. Mutation: Generovat "ZonesMap"
mutation GenerateZonesMap {
generateVectorAnalysisMap(input: {
fieldUuid: "<placeholder_of_field_uuid>"
satelliteImageUuids: [
"<placeholder_of_satelliteimage_uuid_1>",
"<zástupce_uuid_satelitního_snímku_2>"
]
numberOfZones: 6
index: EVI2
}) {
uuid
fieldUuid
název
typ
geoMaps {
url
classes
hexColorCodes
}
}
}Last updated
Was this helpful?