Comment
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / Comment
Type Alias: Comment
> Comment: object
Type declaration
__typename?
> optional
__typename: "Comment"
_id
> _id: Scalars
["ID"
]["output"
]
createdAt
> createdAt: Scalars
["DateTime"
]["output"
]
creator?
> optional
creator: Maybe
<User
>
likeCount?
> optional
likeCount: Maybe
<Scalars
["Int"
]["output"
]>
likedBy?
> optional
likedBy: Maybe
<Maybe
<User
>[]>
post
> post: Post
text
> text: Scalars
["String"
]["output"
]
updatedAt
> updatedAt: Scalars
["DateTime"
]["output"
]