69. Mutação: excluir "Photo"
mutation DeleteNotePhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
}) {
uuid
noteUuid
url
dataDeCriação
updatedDate
}
}mutation DeleteCommentPhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
commentUuid: "<placeholder_for_comment_uuid>"
}) {
uuid
noteUuid
commentUuid
url
dataDeCriação
updatedDate
}
}
Anterior68. Mutação: atualizar estatísticas de "VectorAnalysisMap"Próximo70. Mutação: excluir várias "Photos"
Atualizado
Isto foi útil?