INPUT_OBJECT
UpdatePageInputTranslations
Input type for updating Translations of a Page
link GraphQL Schema definition
- input UpdatePageInputTranslations {
- # Translation locale
- : String!
- # Translation of attribute « title »
- : String
- # Translation of attribute « route »
- : String
- # Translation of attribute « description »
- : String
- # Translation of attribute « metaTitle »
- : String
- # Translation of attribute « metaDescription »
- : String
- # Translation of attribute « metaKeywords »
- : String
- # Translation of attribute « metaRobots »
- : String
- }