62. ミューテーション:圃場を共有
mutation ShareFarmsSample {
shareFarms(
input: {
farmUuids: ["farm_uuid1", "farm_uuid2"]
emails: ["[email protected]", "[email protected]"]
}
) {
uuid
userUuid
名前
farmOwnership
作成日
updatedDate
email
}
}
mutation ShareFarmsSample {
shareFarms(
input: {
emails: ["[email protected]"],
allFarms: true
}
) {
uuid
userUuid
名前
farmOwnership
作成日
updatedDate
email
}
}最終更新
役に立ちましたか?