OBJECT

NavBar

Properties defining a navigation bar

link GraphQL Schema definition

  • type NavBar {
  • # Blog link visibility
  • blogVisible: Boolean!
  • # Count of items in the cart
  • cartItemCount: Int
  • # Links specific to the vertical/store
  • customLinks: [CustomNavLink!]!
  • # Directory ("Find a store") link location
  • directoryLinkLocation: String!
  • # Directory ("Find a store") link visibility
  • directoryVisible: Boolean!
  • # User login/logout/registration controls visibility
  • loginLogoutVisible: Boolean!
  • # Logo image URL
  • logo: String
  • # Business name
  • name: String!
  • # "Place an ad" link visibility
  • placeAdVisible: Boolean!
  • # True if we want to show "join us" links in the header
  • showJoinUsLinks: Boolean!
  • }