ModeratorNote
No description
type ModeratorNote {
id: ID!
body: String!
createdAt: Time!
createdBy: User!
}
Fields
ModeratorNote.id
● ID!
non-null scalar
id is the identifier of the Note.
ModeratorNote.body
● String!
non-null scalar
body is the content of the Note
ModeratorNote.createdAt
● Time!
non-null scalar
createdAt is the date in which the Note was created.
ModeratorNote.createdBy
● User!
non-null object
createdBy is the Moderator that authored the Note.
Member Of
User
object