Eduard Boloș
04/15/2024, 6:04 PMUNKNOWN__
, meaning that now we can't switch that enum to use a sealed class in Kotlin, because of the name clash between the object and the class 🤦 What would be the easiest/fastest way to change the generated classes' name to something else, to avoid the conflict? Is a compiler hook the only way?Stylianos Gakis
04/15/2024, 6:08 PMmbonnin
04/15/2024, 6:08 PM__
should have been at the beginning (GraphQL has reserved all identifiers that start with __
)kevin.cianfarini
04/15/2024, 6:08 PMimport apollo.blah.UNKNOWN__ as ApolloUnknown
kevin.cianfarini
04/15/2024, 6:09 PMmbonnin
04/15/2024, 6:09 PM@targetName
for those cases, let me checkmbonnin
04/15/2024, 6:10 PMkevin.cianfarini
04/15/2024, 6:10 PMmbonnin
04/15/2024, 6:11 PMEduard Boloș
04/15/2024, 6:12 PMEduard Boloș
04/15/2024, 6:12 PMEduard Boloș
04/15/2024, 6:43 PM