- Issue created by @mcortes19
- Status changed to Needs review
9 months ago 6:31am 20 February 2024 - 🇮🇳India abhishek_virasat
fix the issue and created Patch. please kindly review it
- Merge request !63Resolves #3422424 "($bundle_id) must be of type string, int given" → (Closed) created by mcortes19
- 🇦🇺Australia almunnings Melbourne, 🇦🇺
Patch looks fine, but what concerns me is how an INT is getting there n the first place.
Do you know how to reproduce it? Is it a certain field type or bundle target type?
- 🇨🇷Costa Rica mcortes19
@almunnings We are migrating a site from D7 with a lot of Paragraphs and when we enabled some fields the error appeared, but was hard to identify which field or fields are the cause because was most a random behavior.
Definitely I'll debug thoroughly and posted here my finding. For now this MR fixes the issue!
- 🇦🇺Australia almunnings Melbourne, 🇦🇺
I've come at it from a diff angle, I suspect the target_bundles in your data is non assoc, somehow? If thats the case, then the array keys would be ints, and that could explain the issue.
Can you please test?
https://git.drupalcode.org/project/graphql_compose/-/merge_requests/64.diff
- Status changed to Fixed
8 months ago 9:16pm 23 March 2024 Automatically closed - issue fixed for 2 weeks with no activity.