62. Мутація: ділитися фермами
мутація ShareFarmsSample {
shareFarms(
input: {
farmUuids: ["farm_uuid1", "farm_uuid2"]
emails: ["[email protected]", "[email protected]"]
}
) {
uuid
userUuid
назва
farmOwnership
датаСтворення
updatedDate
email
}
}
мутація ShareFarmsSample {
shareFarms(
input: {
emails: ["[email protected]"],
allFarms: true
}
) {
uuid
userUuid
назва
farmOwnership
датаСтворення
updatedDate
email
}
}Last updated
Was this helpful?