62. Mutation : partager des fermes
mutation ShareFarmsSample {
shareFarms(
input: {
farmUuids: ["farm_uuid1", "farm_uuid2"]
emails: ["[email protected]", "[email protected]"]
}
) {
uuid
userUuid
nom
farmOwnership
dateDeCréation
updatedDate
email
}
}
mutation ShareFarmsSample {
shareFarms(
input: {
emails: ["[email protected]"],
allFarms: true
}
) {
uuid
userUuid
nom
farmOwnership
dateDeCréation
updatedDate
email
}
}Précédent61. Mutation : supprimer un « AsAppliedDataset »Suivant63. Mutation : sauvegarder une organisation
Mis à jour
Ce contenu vous a-t-il été utile ?