86. Forespørgsel: Hent "Farms"
query HentAlleGårde {
getFarms {
uuid
userUuid
navn
farmOwnership
externalKey
ownerEmail
oprettetDato
updatedDate
}
}query HentAlleGårdeMedFiltre {
getFarms(
farmUuids:["<placeholder_of_farm_uuid>"],
externalKeys:["<placeholder_of_external_key>"]
) {
uuid
userUuid
navn
farmOwnership
externalKey
ownerEmail
oprettetDato
updatedDate
}
}Previous85. Mutation: Tildel rater til VectorAnalysisMap (ZonesMap)Next87. Mutation: Gem brugerdefineret VectorAnalysisMap (ZonesMap)
Last updated
Was this helpful?