62. Mutācija: koplietot saimniecības
mutācija ShareFarmsSample {
shareFarms(
ievade: {
farmUuids: ["farm_uuid1", "farm_uuid2"]
emails: ["[email protected]", "[email protected]"]
}
) {
uuid
userUuid
nosaukums
farmOwnership
izveidesDatums
updatedDate
e-pasts
}
}
mutācija ShareFarmsSample {
shareFarms(
ievade: {
emails: ["[email protected]"],
allFarms: true
}
) {
uuid
userUuid
nosaukums
farmOwnership
izveidesDatums
updatedDate
e-pasts
}
}Last updated
Was this helpful?