CompiledVariable

class CompiledVariable(val name: String)

The Kotlin representation of a GraphQL variable value

Constructors

Link copied to clipboard
fun CompiledVariable(name: String)

Properties

Link copied to clipboard
val name: String