# Note

Note

Note entity

**Fields:**
- `id`: `NoteId!` - The unique identifier of the note.
- `allowedActions`: `[NoteAction!]!` - The allowed actions a user can perform on the note.
- `author`: `Author!` - The author of the note - null if the user is deleted or left the organization.
- `text`: `String!` - The content of the note.
- `type`: `NoteType!` - The type of the note.
- `createdAt`: `DateTime!` - The date and time when the note was created.
- `updatedAt`: `DateTime` - The date and time when the note was last edited.