69. Mutation: 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. Mutation: Atualizar Estatísticas de "VectorAnalysisMap"Próximo70. Mutation: Excluir múltiplas "Photos"
Atualizado
Isto foi útil?