Skip to main content

talawa-api / Exports / resolvers/Mutation/unlikeComment

Module: resolvers/Mutation/unlikeComment

Table of contents

Variables

Variables

unlikeComment

Const unlikeComment: MutationResolvers["unlikeComment"]

This function enables to unlike a comment.

Param

parent of current request

Param

payload provided with the request

Param

context of entire application

Remarks

The following checks are done:

  1. If the user exists.
  2. If the comment exists

Defined in

src/resolvers/Mutation/unlikeComment.ts:17