Skip to main content

talawa-api / Exports / resolvers/Mutation/createActionItemCategory

Module: resolvers/Mutation/createActionItemCategory

Table of contents

Variables

Variables

createActionItemCategory

Const createActionItemCategory: MutationResolvers["createActionItemCategory"]

This function enables to create an ActionItemCategory.

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. Is the User is Authorized
  4. If the action item category already exists

Defined in

src/resolvers/Mutation/createActionItemCategory.ts:30