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

15. Dotaz: Získat "TopographyMap"

Získejte „TopographyMaps“ pro „Pole“.

query GetTopographyMaps {
  getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
    uuid
    název
    fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
      uuid
      farmUuid
      název
      boundaryUrl
      topographyMaps {
	uuid
        fieldUuid
        status
        geoMaps {
          krátkýNázev
          url
          hexColorCodes
          classes
        }
      }
    }
  }
}

Poslední aktualizace

Bylo to užitečné?