ReservedEnumValueName
class ReservedEnumValueName(val message: String, val sourceLocation: SourceLocation) : Issue
Content copied to clipboard
Certain enum value names such as type
are reserved for Apollo.
This error is an Apollo Kotlin specific error
Constructors
Link copied to clipboard
fun ReservedEnumValueName(message: String, sourceLocation: SourceLocation)
Content copied to clipboard