86. Query: ottieni "Farms"
query FetchAllFarms {
getFarms {
uuid
userUuid
nome
farmOwnership
externalKey
ownerEmail
dataCreazione
updatedDate
}
}query FetchAllFarmsWithFilters {
getFarms(
farmUuids:["<placeholder_of_farm_uuid>"],
externalKeys:["<placeholder_of_external_key>"]
) {
uuid
userUuid
nome
farmOwnership
externalKey
ownerEmail
dataCreazione
updatedDate
}
}Precedente85. Mutazione: assegna i tassi a VectorAnalysisMap (ZonesMap)Successivo87. Mutazione: salva VectorAnalysisMap personalizzata (ZonesMap)
Ultimo aggiornamento
È stato utile?