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 « AsAppliedDataset »Suivant63. Mutation : Enregistrer l’organisation
Mis à jour
Ce contenu vous a-t-il été utile ?