INPUT_OBJECT

SiteDiarySiteDiaryNoteCreate

A note attached to a site diary

link GraphQL Schema definition

  • input SiteDiarySiteDiaryNoteCreate {
  • # The description on the note
  • description: String
  • # The note attachment
  • attachment: String
  • }