translationCreate Mutation
Creates a new translation.
Input Argument
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.
Return Fields
clientMutationId (
String)
A unique identifier for the client performing the mutation.
errors (
[ValidationError!])
Errors encountered during the mutation.
translation (
Translation)
Record after mutation.