-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
The plugin causes an error when attempting to run a taxQuery on a contentNode when using wpGraphQL 1.6.4.
Steps to reproroduce:
This query:
query MyQuery { contentNodes(where: {taxQuery: {relation: AND, taxArray: {field: SLUG, operator: AND, taxonomy: CATEGORY, terms: "watches"}}}) { nodes { ... on NodeWithTitle { title } } } }
Succeeds when using WPGraphql 1.5.9 but fails on 1.6.4 with the message:
Type loader is expected to return a callable or valid type "RootQueryToContentNodeConnectionWhereArgsTaxArray", but it returned null"
Metadata
Metadata
Assignees
Labels
No labels