Skip to main content

talawa-api / Exports / resolvers/Mutation/addUserCustomData

Module: resolvers/Mutation/addUserCustomData

Table of contents

Variables

Variables

addUserCustomData

Const addUserCustomData: MutationResolvers["addUserCustomData"]

This function enables a user to add data for a custom field for a joined organization.

Param

parent of the current request

Param

payload provided with the request

Param

context of the entire application

Remarks

The following checks are done:

  1. If the user exists
  2. If the organization exists.

Defined in

src/resolvers/Mutation/addUserCustomData.ts:23