OBJECT

Note

A note

link GraphQL Schema definition

  • type Note {
  • # The expiry date of the note
  • expiryDate: ISO8601Date
  • # The note type
  • notableType: String
  • # The note text
  • noteText: String
  • # If the note is private
  • private: Boolean
  • # The note subject
  • subjectLine: String
  • }