INPUT_OBJECT
CreatePageInputTranslations
Input type for adding Translations during the creation of a Page
link GraphQL Schema definition
- input CreatePageInputTranslations {
- # 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
- }