OBJECT
NavBar
Properties defining a navigation bar
link GraphQL Schema definition
- type NavBar {
- # Blog link visibility
- Boolean! :
- # Count of items in the cart
- Int :
- # Links specific to the vertical/store
- CustomNavLink!]! : [
- # Directory ("Find a store") link location
- String! :
- # Directory ("Find a store") link visibility
- Boolean! :
- # User login/logout/registration controls visibility
- Boolean! :
- # Logo image URL
- String :
- # Business name
- String! :
- # "Place an ad" link visibility
- Boolean! :
- # True if we want to show "join us" links in the header
- Boolean! :
- }