Upper Case Field
class UpperCaseField(message: String, sourceLocation: SourceLocation) : Issue
Content copied to clipboard
Upper case fields are not supported as Kotlin doesn't allow a property name with the same name as a nested class. If this happens, the easiest solution is to add an alias with a lower case first letter.
This error is an Apollo Kotlin specific error
Constructors
UpperCaseField
Link copied to clipboard