Skip to main content

talawa-api / Exports / resolvers/Mutation/addOrganizationCustomField

Module: resolvers/Mutation/addOrganizationCustomField

Table of contents

Variables

Variables

addOrganizationCustomField

Const addOrganizationCustomField: MutationResolvers["addOrganizationCustomField"]

This function enables an admin to add an organization colleciton field.

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 user has appProfile
  3. If the organization exists.
  4. If the user is an admin for the organization.
  5. If the required name and value was provided for the new custom field

Defined in

src/resolvers/Mutation/addOrganizationCustomField.ts:37