Skip to main content

talawa-api / Exports / resolvers/Mutation/createVenue

Module: resolvers/Mutation/createVenue

Table of contents

Variables

Variables

createVenue

Const createVenue: MutationResolvers["createVenue"]

This function enables to create a venue in 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
  2. If the organization exists
  3. Whether the user is admin or superadmin or not
  4. If the venue name is missing
  5. If the same venue already exists in an organization

Defined in

src/resolvers/Mutation/createVenue.ts:33