İçeriğe geç
R-Service R-Service
Документация Р-Сервис

translationCreate Mutation

Bu içerik henüz dilinizde mevcut değil.

Creates a new translation.

translationCreate accepts a single input argument, an input type , which contains the values it uses.

The fields inside input are:

clientMutationId ( String )

A unique identifier for the client performing the mutation.

field ( String! )

The field of the record from which the translation is obtained.

language ( Language! )

The language in which the text is specified.

ownerId ( ID! )

The record from which the translation is obtained.

text ( String! )

The text of the translation.

clientMutationId ( String )

A unique identifier for the client performing the mutation.

errors ( ValidationError )

Errors encountered during the mutation.

translation ( Translation )

Record after mutation.