5. Interogare: Obține "RasterMaps"
interogare GetRasterMaps {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
uuid
nume
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
farmUuid
nume
boundaryUrl
rasterAnalysisMaps (rasterAnalysisMapUuids: ["<placeholder_of_rasteranalysismap_uuid>"]) {
uuid
fieldUuid
nume
parameters {
pixelSize
index
}
geoMaps {
url
shortName
fullName
description
}
}
}
}
}Last updated
Was this helpful?