70. Mutasyon: Birden fazla "Photos" sil

Seçili birden fazla "Fotoğraf"ı sil.

circle-info

Kullanıcı tarafından oluşturulan "Fotoğraflar" silinebilir.

triangle-exclamation
triangle-exclamation
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
  }
}

Last updated

Was this helpful?