OBJECT

SiteDiaryNote

A note attached to a site diary

link GraphQL Schema definition

  • type SiteDiaryNote {
  • # Unique ID.
  • id: Int!
  • # The related site diary
  • site_diary: SiteDiary
  • # The description on the note
  • description: String
  • # The note attachment
  • attachment: String
  • }