Etichettato: Feature request
Questo ticket contiene 0 risposte, ha 1 voce.
Ultimo aggiornamento da ngmcb 8 mese fa.
Assistito da: Mateus Getulio.
Hello
I am trying to get menu by each language using graphql
{ menus { edges { node { id menuItems(where: {}) { edges { node { id label } } } } } } }