-
Notifications
You must be signed in to change notification settings - Fork 642
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
[4.5.13]: the relatedToEntries type is not right in graphQL. #14075
Comments
I can’t reproduce that locally. If I execute your exact query, it executes (albeit with no results): Swapping the If you send a database backup and your Composer files over to [email protected], we can look into why it’s not working for your install. |
@brandonkelly I have send to [email protected], |
This ended up being due to a conflict with a custom field with the handle As of the next release, all of the |
Thanks a lot, I'm going to change the handle name now. |
Craft 4.5.14 is out with that change. Thanks for reporting! |
What happened?
Description
The relatedToEntries type is not right in graphQL,
I want query all pages of the related to the product page, so I useing the relatedToEntries,
In Craft Documentation the relatedToEntries is a EntryCriteriaInput type, but it returns an error when querying.
The query:
The error:
Steps to reproduce
Expected behavior
Actual behavior
Craft CMS version
4.5.13
PHP version
8.1.26
Operating system and version
Linux 5.4.0-1105-azure
Database type and version
PostgreSQL 15.4
Image driver and version
Imagick 3.7.0 (ImageMagick 7.1.1-13)
Installed plugins and versions
The text was updated successfully, but these errors were encountered: