69. Mutation : supprimer une « Photo »
mutation DeleteNotePhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
}) {
uuid
noteUuid
url
dateDeCréation
updatedDate
}
}mutation DeleteCommentPhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
commentUuid: "<placeholder_for_comment_uuid>"
}) {
uuid
noteUuid
commentUuid
url
dateDeCréation
updatedDate
}
}
Précédent68. Mutation : actualiser les statistiques de la « VectorAnalysisMap »Suivant70. Mutation : supprimer plusieurs « Photos »
Mis à jour
Ce contenu vous a-t-il été utile ?