30. Mutation: Изтриване на множество "Notes"
мутация DeleteNotes {
deleteNotes(input:{
notes: [{
uuid: "<placeholder_for_note_uuid>",
fieldUuid: "<placeholder_for_field_uuid>"
}, {
uuid: "<placeholder_for_note_uuid>",
fieldUuid: "<placeholder_for_field_uuid>"
}, {
uuid: "<placeholder_for_note_uuid>",
fieldUuid: "<placeholder_for_field_uuid>"
}]
}) {
uuid
fieldUuid
}
}Previous29. Mutation: Изтриване на "Note"Next31. Query: Получаване на всички "Notes", свързани с "Field"
Last updated
Was this helpful?