29. Mutation: Изтриване на "Note"
мутация DeleteNote {
deleteNote(input:{
uuid: "<placeholder_of_note_uuid>",
fieldUuid: "<placeholder_of_field_uuid>"
} ) {
uuid
fieldUuid
датаНаСъздаване
updatedDate
тип
}
}Previous28. Mutation: Записване на множество "Notes", партидна операцияNext30. Mutation: Изтриване на множество "Notes"
Last updated
Was this helpful?