Skip Navigation

This topic contains 0 replies, has 1 voice.

Last updated by ngmcb 4 months, 2 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
}
}
}
}
}
}
}

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.