For the complete documentation index, see llms.txt. This page is also available as Markdown.

15. Query: Ottieni "TopographyMap"

Ottieni "MappeTopografiche" per il "Campo".

query OttieniMappeTopografiche {
  getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
    uuid
    nome
    fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
      uuid
      farmUuid
      nome
      boundaryUrl
      topographyMaps {
	uuid
        fieldUuid
        status
        geoMaps {
          shortName
          url
          hexColorCodes
          classes
        }
      }
    }
  }
}

Ultimo aggiornamento

È stato utile?