80. Interogare: Obține datele originale
1. Exemplu pentru SoilDataset
interogare GetOriginalDataOfSoilDataset {
getFarms (farmUuids: ["<placeholder_of_farm_uuid>"]){
uuid
fields (fieldUuids: ["<placeholder_of_field_uuid>"]) {
uuid
soilDatasets(soilDatasetUuids: ["<placeholder_of_dataset_uuid>"]) {
uuid
originDataUrl(format: GEOJSON)
}
}
}
}2. Exemplu pentru YieldDataset
3. Exemplu pentru AsAppliedDataset
4. Descărcați fișierul generat
Previous79. Interogare: Găsește "Farms" după "externalKey"Next81. Interogare: Obține GeoJSON al "EquationMap"
Last updated
Was this helpful?