CreateCommentPayload
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / CreateCommentPayload
Type Alias: CreateCommentPayload
> CreateCommentPayload: object
Type declaration
__typename?
> optional
__typename: "CreateCommentPayload"
comment?
> optional
comment: Maybe
<Comment
>
userErrors
> userErrors: CreateCommentError
[]