Skip to content

Cache for graphql client - horizon app #57

Answered by agsmartwolf
agsmartwolf asked this question in Help
Discussion options

You must be logged in to vote

Now it's working.
However now i can't find graphql schema info.

I need to extract menus depend on lang.
I tried the query:

query getMenus($locale: String) {
  menuSettings(_locale: $locale) {
    sections {
      id
      name
      items
    }
  }
}

But it's returned menu with en translation always.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@agsmartwolf
Comment options

@maarten2424
Comment options

@maarten2424
Comment options

Comment options

You must be logged in to vote
1 reply
@agsmartwolf
Comment options

Answer selected by agsmartwolf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
need-more-info Further information is requested storefront graphql
2 participants