Vai al contenuto Vai alla barra laterale

Etichettato: 

Questo ticket contiene 0 risposta, ha 1 voices.

Ultimo aggiornamento da ngmcb 1 anno, 5 mese fa.

Assistito da: Mateus Getulio.

Autore Post
Maggio 22, 2024 alle 1:54 pm #15658726

ngmcb

Hello

I am trying to get menu by each language using graphql

{
menus {
edges {
node {
id
menuItems(where: {}) {
edges {
node {
id
label
}
}
}
}
}
}
}