INPUT_OBJECT

SiteDiarySiteDiaryNoteUpdate

A note attached to a site diary

link GraphQL Schema definition

  • input SiteDiarySiteDiaryNoteUpdate {
  • # Unique ID.
  • id: Int
  • # The description on the note
  • description: String
  • # The note attachment
  • attachment: String
  • }