62. Mutatie: Partajează ferme
mutație ShareFarmsSample {
shareFarms(
input: {
farmUuids: ["farm_uuid1", "farm_uuid2"]
emails: ["[email protected]", "[email protected]"]
}
) {
uuid
userUuid
nume
farmOwnership
dataCrearii
updatedDate
email
}
}
mutație ShareFarmsSample {
shareFarms(
input: {
emails: ["[email protected]"],
allFarms: true
}
) {
uuid
userUuid
nume
farmOwnership
dataCrearii
updatedDate
email
}
}Last updated
Was this helpful?