70. Mutasyon: birden fazla "Photo" sil
Seçili birden fazla "Fotoğraf"ı sil.
Silinebilecek en fazla "Fotoğraf" sayısı 25'tir.
Sadece anahtarlar (uuid ve noteUuid/commentUuid ebeveyn varlığa bağlı olarak) yanıtta mevcuttur
mutation DeleteNotes {
deleteNotes(input:{
notlar: [{
uuid: "<placeholder_for_note_uuid>",
noteUuid: "<placeholder_for_note_uuid>"
}, {
uuid: "<placeholder_for_note_uuid>",
noteUuid: "<placeholder_for_note_uuid>"
}, {
uuid: "<placeholder_for_note_uuid>",
noteUuid: "<placeholder_for_note_uuid>",
commentUuid: "<placeholder_for_comment_uuid>"
}, {
uuid: "<placeholder_for_note_uuid>",
noteUuid: "<placeholder_for_note_uuid>",
commentUuid: "<placeholder_for_comment_uuid>"
}]
}) {
uuid
noteUuid
commentUuid
}
}Son güncelleme
Bu yararlı oldu mu?