translationUpdate Mutation
Bu içerik henüz dilinizde mevcut değil.
Updates an existing translation.
Input Argument
Заголовок раздела «Input Argument»translationUpdate 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.
id (
ID!
)
The node ID of the record to update.
text (
String!
)
The text of the translation.
Return Fields
Заголовок раздела «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.