29. Mutation: Delete "Note"
Delete the selected "Note".
The "Note" created by the user can be deleted.
mutation DeleteNote {
deleteNote(input:{
uuid: "<placeholder_of_note_uuid>",
fieldUuid: "<placeholder_of_field_uuid>"
} ) {
uuid
fieldUuid
createdDate
updatedDate
type
}
}
Previous28. Mutation: Save multiple "Notes", Batch operationNext30. Mutation: Delete multiple "Notes"
Last updated
Was this helpful?