commonMain.com.apollographql.apollo.api.EnumValue.kt Maven / Gradle / Ivy
package com.apollographql.apollo.api
/**
* Represents an enum value
*/
interface EnumValue {
val rawValue: String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy