Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.02 KB

resolvers_Mutation_createActionItemCategory.md

File metadata and controls

42 lines (23 loc) · 1.02 KB

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:27