Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 987 Bytes

resolvers_Mutation_addOrganizationImage.md

File metadata and controls

41 lines (22 loc) · 987 Bytes

talawa-api / Exports / resolvers/Mutation/addOrganizationImage

Module: resolvers/Mutation/addOrganizationImage

Table of contents

Variables

Variables

addOrganizationImage

Const addOrganizationImage: MutationResolvers["addOrganizationImage"]

This function adds Organization Image.

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 current user exists
  2. If the organization exists
  3. If the user trying to add the image is an admin of organization

Defined in

src/resolvers/Mutation/addOrganizationImage.ts:21