Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.03 KB

resolvers_Mutation_rejectMembershipRequest.md

File metadata and controls

42 lines (23 loc) · 1.03 KB

talawa-api / Exports / resolvers/Mutation/rejectMembershipRequest

Module: resolvers/Mutation/rejectMembershipRequest

Table of contents

Variables

Variables

rejectMembershipRequest

Const rejectMembershipRequest: MutationResolvers["rejectMembershipRequest"]

This function enables to reject membership request.

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 membership request exists.
  2. If the organization exists.
  3. If the user to be rejected exists.
  4. If the user is the admin of the organization.

Defined in

src/resolvers/Mutation/rejectMembershipRequest.ts:23