OBJECT
This represents an Update
type Update {id: String! legacyId: Int slug: String! # Indicates whether or not the user is allowed to see the content of this updateuserCanSeeUpdate: Boolean! isPrivate: Boolean! title: String! createdAt: DateTime! updatedAt: DateTime! publishedAt: DateTime notificationAudience: UpdateAudienceType makePublicOn: DateTime summary: String html: String tags: [String] fromAccount: Account account: Account }