15. Query: 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
        }
      }
    }
  }
}

Last updated

Was this helpful?