Is there a way to disallow certain values used for...
# kotlin-native
p
Is there a way to disallow certain values used for the
swift_name
attribute when generating the Objective-C header? Upgrading to Apollo 3 and Codegen is now resulting in a scalar whose name is
URL
which of course is resulting in name conflicts when importing the framework into swift, Been bitten by this before, just wondering if theres a way that doesn’t involve changing swift code to accommodate changes in the Kotlin env