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. Mutation: Assegna tassi a VectorAnalysisMap (ZonesMap)Successivo87. Mutation: Salva Custom VectorAnalysisMap (ZonesMap)
Ultimo aggiornamento
È stato utile?