Tagged: Feature request
This topic contains 0 reply, has 1 voice.
Last updated by ngmcb 1 year, 7 months 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 } } } } } } }