69. Mutation: Eliminar "Photo"
mutación DeleteNotePhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
}) {
uuid
noteUuid
url
fechaCreacion
updatedDate
}
}mutación DeleteCommentPhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
commentUuid: "<placeholder_for_comment_uuid>"
}) {
uuid
noteUuid
commentUuid
url
fechaCreacion
updatedDate
}
}
Anterior68. Mutation: Actualizar estadísticas de "VectorAnalysisMap"Siguiente70. Mutation: Eliminar múltiples "Photos"
Última actualización
¿Te fue útil?