62. Mutasjon: Del gårder
mutasjon ShareFarmsSample {
shareFarms(
input: {
farmUuids: ["farm_uuid1", "farm_uuid2"]
emails: ["[email protected]", "[email protected]"]
}
) {
uuid
userUuid
navn
farmOwnership
opprettetDato
updatedDate
epost
}
}
mutasjon ShareFarmsSample {
shareFarms(
input: {
emails: ["[email protected]"],
allFarms: true
}
) {
uuid
userUuid
navn
farmOwnership
opprettetDato
updatedDate
epost
}
}Sist oppdatert
Var dette nyttig?