gatsby-source-wordpress - Unable to retrieve hierarchical data from WordPress #38460
Open
2 tasks done
Labels
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
type: bug
An issue or pull request relating to a bug in Gatsby
Preliminary Checks
Description
I am not able to retrieve hierarchical data from WordPress when using gatsby-source-wordpress package. I have tried with the newest version of Gatsby - only dependency being the aforementioned (version 7.11.0).
I also have the newest versions of WordPress (^6.2) and WPGraphQL-plugin (1.14.10) installed.
I do not have these issues when using the WPGraphQL provided IDE, only in https://localhost:8000/___graphql
I think these issues occured after: #37931 was fixed.
Reproduction Link
.
Steps to Reproduce
query MyQuery { allWpPage { nodes { wpParent { node { id } } } } }
...
Expected Result
I should receive the queried fields
Actual Result
Environment
Config Flags
No response
The text was updated successfully, but these errors were encountered: