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:
- If the user exists
- If the organization exists
- Whether the user is admin or superadmin or not
- If the venue name is missing
- If the same venue already exists in an organization