86. Kysely: Hae "Farms"
kysely FetchAllFarms {
getFarms {
uuid
userUuid
nimi
farmOwnership
externalKey
ownerEmail
luontipäivä
updatedDate
}
}kysely FetchAllFarmsWithFilters {
getFarms(
farmUuids:["<placeholder_of_farm_uuid>"],
externalKeys:["<placeholder_of_external_key>"]
) {
uuid
userUuid
nimi
farmOwnership
externalKey
ownerEmail
luontipäivä
updatedDate
}
}Previous85. Mutaatio: Määritä annostukset VectorAnalysisMapille (ZonesMap)Next87. Mutaatio: Tallenna mukautettu VectorAnalysisMap (ZonesMap)
Last updated
Was this helpful?