-
Notifications
You must be signed in to change notification settings - Fork 672
[5.x]: Results are delivered in GraphQL query that should be excluded #17160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for reporting that! Craft 5.7.3 is out with a fix. |
Thanks for your quick reaction and the fix! |
@v2adotnet Have you cleared your data caches since updating? If not, you could be looking at a cached response. Otherwise, any chance you can send a database backup and your Composer files, plus the GraphQL query into [email protected], so we can look into it from there? |
Hi Brandon, //L |
Thank you! That’s been fixed for the next release. |
Craft 5.7.5 is out with that fix. Thanks again. |
Thank you! Now it works as expected again. //L |
What happened?
Description
Since the update to version 5.7.2, our GraphQL query delivers results that should be excluded. The query returns an entry structure nested up to level 3, at level 3 the statement (hide: false) does not take effect.
Steps to reproduce
This is the simple query:
...
Expected behavior
Entries with hide: true (Lightswitch field activated) should not be in the results.
Craft CMS version
5.7.2
PHP version
8.2
Operating system and version
No response
Database type and version
Postgres
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: