WP-REST-API V2 Menus not sourcing from latest wordpress 5.5–pl_PL
-
Hi,
I am sourcing menu from wordpress to gatsby.js with a help of your plugin.
I worked nicely..
..but after I updated wordpress to 5.5–pl_PL today, it looks the plugin does not push data to api.Below graphQl query returns undefined ” allWordpressMenusMenusItems”
`{
allWordpressMenusMenusItems {
edges {
node {
id
name
items {
title
slug
post_title
url
}
}
}
}
}`Simply “allWordpressMenusMenusItems” does not longer exist when I check my graphql feed on https://localhost:8000/___graphql
Could you test your plugin with the latest version of wordpress, please?
The page I need help with: [log in to see the link]
- The topic ‘WP-REST-API V2 Menus not sourcing from latest wordpress 5.5–pl_PL’ is closed to new replies.