talawa-api / Exports / resolvers/Mutation/joinPublicOrganization
• Const
joinPublicOrganization: MutationResolvers
["joinPublicOrganization"
]
This function enables to join a public organization.
Param
parent of current request
Param
payload provided with the request
Param
context of entire application
Remarks
The following checks are done:
- If the organization exists
- If the organization required user registration
- If the user exists
- If the user is already a member of the organization.