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

15. Query: obține „TopographyMap”

Obține „HărțiTopografice” pentru „Teren”.

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

Ultima actualizare

A fost util?