Tagged: Feature request
This topic contains 0 replies, has 1 voice.
Last updated by ngmcb 8 months, 3 weeks ago.
Assisted by: Mateus Getulio.
Hello
I am trying to get menu by each language using graphql
{ menus { edges { node { id menuItems(where: {}) { edges { node { id label } } } } } } }