Skip Navigation

This topic contains 0 replies, has 1 voice.

Last updated by ngmcb 8 months, 3 weeks ago.

Assisted by: Mateus Getulio.

Author Posts
May 22, 2024 at 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
}
}
}
}
}
}
}