ModeratorNote
No description
type ModeratorNote { id: ID! body: String! createdAt: Time! createdBy: User!}Fields#
id (ID!)#
id is the identifier of the Note.
body (String!)#
body is the content of the Note
createdAt (Time!)#
createdAt is the date in which the Note was created.
createdBy (User!)#
createdBy is the Moderator that authored the Note.