86. Forespørsel: Hent "Farms"
query FetchAllFarms {
getFarms {
uuid
userUuid
navn
farmOwnership
externalKey
ownerEmail
opprettetDato
updatedDate
}
}query FetchAllFarmsWithFilters {
getFarms(
farmUuids:["<placeholder_of_farm_uuid>"],
externalKeys:["<placeholder_of_external_key>"]
) {
uuid
userUuid
navn
farmOwnership
externalKey
ownerEmail
opprettetDato
updatedDate
}
}Forrige85. Mutasjon: Tildel satser til VectorAnalysisMap (ZonesMap)Neste87. Mutasjon: Lagre egendefinert VectorAnalysisMap (ZonesMap)
Sist oppdatert
Var dette nyttig?