62. Mutation: Del gårde
mutation ShareFarmsSample {
shareFarms(
input: {
farmUuids: ["farm_uuid1", "farm_uuid2"]
emails: ["[email protected]", "[email protected]"]
}
) {
uuid
userUuid
navn
farmOwnership
oprettetDato
updatedDate
email
}
}
mutation ShareFarmsSample {
shareFarms(
input: {
emails: ["[email protected]"],
allFarms: true
}
) {
uuid
userUuid
navn
farmOwnership
oprettetDato
updatedDate
email
}
}Last updated
Was this helpful?