Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 939 Bytes

resolvers_Mutation_addUserCustomData.md

File metadata and controls

40 lines (21 loc) · 939 Bytes

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