CommentType
comments on any commentable
type CommentType {
avatarImage: String
body: String
comment: String
createdAt: DateTimeISO!
id: ID!
name: String
reactionType: String
user: User
userId: Int!
}
Fields
CommentType.avatarImage ● String scalar
Comment's avatar image URL
CommentType.body ● String scalar
Comment's body
CommentType.comment ● String scalar
Comment's comment
CommentType.createdAt ● DateTimeISO! non-null scalar
Comment's created at date
CommentType.id ● ID! non-null scalar
Comment's ID
CommentType.name ● String scalar
Comment's name
CommentType.reactionType ● String scalar
Comment's type
CommentType.user ● User object
Masked user image for this participant
CommentType.userId ● Int! non-null scalar
Comment's user ID
Member of
BudgetPlan object
Implemented by
CommentCreateUnion union