Skip to content Skip to sidebar

This topic contains 0 reply, has 1 voice.

Last updated by ngmcb 1 year, 7 months 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
}
}
}
}
}
}
}