62. Muutos: Jaa tiloja
muutos ShareFarmsSample {
jaaTilat(
syöte: {
tilaUuid:t: ["tila_uuid1", "tila_uuid2"]
sähköpostit: ["[email protected]", "[email protected]"]
}
) {
uuid
userUuid
nimi
farmOwnership
luontipäivä
updatedDate
sähköposti
}
}
muutos ShareFarmsSample {
jaaTilat(
syöte: {
sähköpostit: ["[email protected]"],
allFarms: true
}
) {
uuid
userUuid
nimi
farmOwnership
luontipäivä
updatedDate
sähköposti
}
}Last updated
Was this helpful?