You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found an issue when passing the RootQueryToPageConnectionWhereArgsTaxQueryOperator enum as a variable, it throws the following error:
{
"errors": [
{
"debugMessage": "Type loader is expected to return a callable or valid type \"RootQueryToPageConnectionWhereArgsTaxQueryOperator\", but it returned null",
"message": "Internal server error",
"extensions": {
"category": "internal"
}
}
]
}
Hi guys,
I found an issue when passing the
RootQueryToPageConnectionWhereArgsTaxQueryOperator
enum as a variable, it throws the following error:This is the stack trace when running the query below on WP-GraphQL 1.6.12:
https://gist.github.com/ltroya-as/8b0bf88d8bdbee5bd8789121633c5434
And the query to reproduce the issue:
That error happens on the following versions:
1.6.12
,1.8.2
, and1.8.6
.However, it works on
1.5.8
Thread on WP-GraphQL Slack:
https://wp-graphql.slack.com/archives/C3NM1M291/p1657813663734659
The text was updated successfully, but these errors were encountered: