15. Lekérdezés: „TopográfiaTérkép” lekérése

Szerezze be a "TopographyMaps"-ot a "Field"-hez.

query GetTopographyMaps {
  getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]) {
    uuid
    név
    fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
      uuid
      farmUuid
      név
      boundaryUrl
      topográfiaTérképek {
	uuid
        fieldUuid
        status
        geoMaps {
          rövidNév
          url
          hexSzínkódok
          osztályok
        }
      }
    }
  }
}

Last updated

Was this helpful?