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
Describe the bug
After upgrading to version 27 schema generation is now renaming some of our objects by inserting seemingly random characters into the object name
The text was updated successfully, but these errors were encountered:
This has not changed in a long time. Have a look at your console output. You will find a warning to the effect of
enum naming encountered a non-optimally resolvable collision for fields '
named "{prop_name}". The same name has been used for multiple choice sets '
in multiple components. The collision was resolved with "{enum_name}". '
add an entry to ENUM_NAME_OVERRIDES to fix the naming.
That means you have used workflow_type with at least 2 different choice sets somewhere in your API. You need to set the ENUM_NAME_OVERRIDES for collision resolution.
It might very well be the case that we now pick up more (better) info and that is giving you problems due to collisions. I strongly suspect your schema had an issue before, it just went unnoticed.
If you think this is a bug, please provide more context to get to the bottom of this.
Describe the bug
After upgrading to version 27 schema generation is now renaming some of our objects by inserting seemingly random characters into the object name
The text was updated successfully, but these errors were encountered: