OBJECT

SiteNavigationTranslation

link GraphQL Schema definition

  • type SiteNavigationTranslation implements TranslationInterface {
  • id: Int!
  • # An ISO 639-1 valid locale, e.g.: fr, en, pt, ...
  • locale: String!
  • # Serialized navigation tree
  • tree: String
  • # JSON representation of the navigation tree
  • jsonTree: String
  • }