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