INPUT_OBJECT
Input type for updating Translations during the creation of an Article
input UpdateArticleInputTranslations {# Translation localelocale: String!# Translation of attribute « title »title: String# Translation of attribute « body »body: String}