Update Existing Translations
Updating metadata for an object is outlined in the Updating Object section. By specifying the language
argument to the update request.
As with creating a new object, if the language
argument is not supplied the default language will be used.
mutation updateEpisode {
updateEpisode(uid: "6decc351-6a55-4394-84e0-c97ff6ff2d39", episode: {
title: "Deutscher Titel"
},
language: "de-DE",
language_version: 0
) {
uid
title
synopsis
episode_number
}
}
Updated 6 months ago