70. الطفرة: حذف عدة "Photos"
حذف "الصور" المتعددة المحددة.
الحد الأقصى لعدد "الصور" الممكن حذفها هو 25.
المفاتيح فقط (uuid و noteUuid/commentUuid اعتمادًا على الكيان الأصل) متاحة في الاستجابة
تغيير DeleteNotes {
deleteNotes(input:{
notes: [{
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
}
}آخر تحديث
هل كان هذا مفيدا؟