-
-
Notifications
You must be signed in to change notification settings - Fork 146
No fields returned on ContentNode query #362
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
A query to contentNodes does not populate nodes in the return.
To reproduce, run a query:
query ThisIsBroken {
contentNodes {
nodes {
... on SimpleProduct {
id
name
sku
width
weight
uri
}
}
}
}
The expected outcome would be to get populated fields.
Screenshot showing the issue in GiQL

WPGraphQL 0.14, WordPress 5.5.3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Merged