69. Művelet: "Fotó" törlése
mutation DeleteNotePhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
}) {
uuid
noteUuid
url
létrehozásDátuma
updatedDate
}
}mutation DeleteCommentPhotoSample {
deletePhoto(input: {
uuid: "<placeholder_for_photo_uuid>"
noteUuid: "<placeholder_for_note_uuid>"
commentUuid: "<placeholder_for_comment_uuid>"
}) {
uuid
noteUuid
commentUuid
url
létrehozásDátuma
updatedDate
}
}
Előző68. Művelet: "VectorAnalysisMap" statisztikáinak frissítéseKövetkező70. Művelet: több "Fotó" törlése
Utoljára frissítve:
Hasznos volt ez?