62. Mutacija: deli kmetije
mutacija ShareFarmsSample {
shareFarms(
vnos: {
farmUuids: ["farm_uuid1", "farm_uuid2"]
emails: ["[email protected]", "[email protected]"]
}
) {
uuid
userUuid
ime
farmOwnership
datumUstvarjanja
updatedDate
e-pošta
}
}
mutacija ShareFarmsSample {
shareFarms(
vnos: {
emails: ["[email protected]"],
allFarms: true
}
) {
uuid
userUuid
ime
farmOwnership
datumUstvarjanja
updatedDate
e-pošta
}
}Last updated
Was this helpful?