62. Módosítás: Gazdaságok megosztása
mutáció ShareFarmsSample {
shareFarms(
bemenet: {
farmUuids: ["farm_uuid1", "farm_uuid2"]
emails: ["[email protected]", "[email protected]"]
}
) {
uuid
userUuid
név
farmOwnership
létrehozásDátuma
updatedDate
email
}
}
mutáció ShareFarmsSample {
shareFarms(
bemenet: {
emails: ["[email protected]"],
allFarms: true
}
) {
uuid
userUuid
név
farmOwnership
létrehozásDátuma
updatedDate
email
}
}Last updated
Was this helpful?