OBJECT
A note attached to a site diary
type SiteDiaryNote {# Unique ID.id: Int! # The related site diarysite_diary: SiteDiary # The description on the notedescription: String # The note attachmentattachment: String }