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
As a "quick fix" workaround, you could replace your single post queries with the posts query, limiting the output to one, like I mentioned in #13 (comment). It also works if you omit wpmlLanguage, but it might return the wrong language if you have posts with the same slug in different languages.
Hello,
After upgrading to WPGraphQL v1.14.0, all single post queries in the non-default language (English) now return null.
Example:
Returns:
posts() queries using { where: { wpmlLanguage: $LANG } } still behaves as expected - returning posts in only the specified language:
Returns:
Any idea what might be happening here?
Best,
Matt
The text was updated successfully, but these errors were encountered: