Types
Note
object
NoteFields
id
ID!
text
String!
The plain-text body of the note.
markdown
String
The Markdown body of the note. When present, this is preferred over text in rich-text contexts.
customer
attachments
[Attachment!]!
externalId
ID
Optional external identifier for this note set by your system at creation time.
isEdited
Boolean!
Whether the note has been edited since it was first created.
editedAt
editedBy
isDeleted
Boolean!
Whether the note has been soft-deleted.
createdAt
createdBy
deletedAt
deletedBy
updatedAt
updatedBy

