Skip to main content

Comment

talawa-apiDocs


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"]

Defined in

src/types/generatedGraphQLTypes.ts:299