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
The GraphQL filter relatedToEntries: null fails specifically when querying nested entries within structure-type sections. While the original issue #16431 was fixed for most cases, this specific scenario with nested structure sections reveals a new error case.
@Thierry-Muehlemann The fix has been merged into the 4.x and 5.x branches. So you can test it early by changing your craftcms/cms requirement in composer.json to:
What happened?
Follow-up to #16431
Description
The GraphQL filter
relatedToEntries: null
fails specifically when querying nested entries within structure-type sections. While the original issue #16431 was fixed for most cases, this specific scenario with nested structure sections reveals a new error case.Steps to reproduce
structure
failing query:
Expected behavior
Expected to list all results. Works if none of the entries were nested.
Actual behavior
GraphQL fails with a new error:
Craft CMS version
5.5.10
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: