Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 872 Bytes

resolvers_Mutation_createOrganization.md

File metadata and controls

39 lines (20 loc) · 872 Bytes

talawa-api / Exports / resolvers/Mutation/createOrganization

Module: resolvers/Mutation/createOrganization

Table of contents

Variables

Variables

createOrganization

Const createOrganization: MutationResolvers["createOrganization"]

This function enables to create an organization.

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

Defined in

src/resolvers/Mutation/createOrganization.ts:22