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

15. Запит: Отримати "TopographyMap"

Отримати "TopographyMaps" для "Field".

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

Останнє оновлення

Це було корисно?