Skip to main content

talawa-api / Exports / resolvers/Mutation/addLanguageTranslation

Module: resolvers/Mutation/addLanguageTranslation

Table of contents

Variables

Variables

addLanguageTranslation

Const addLanguageTranslation: MutationResolvers["addLanguageTranslation"]

This function adds language translation.

Param

parent of current request

Param

payload provided with the request

Remarks

The following checks are done:

  1. If the language exists
  2. If the translation already exists.

Defined in

src/resolvers/Mutation/addLanguageTranslation.ts:15