VariableUsage

class VariableUsage(    val variable: GQLVariableValue,     val locationType: GQLType,     val hasLocationDefaultValue: Boolean)

A variable used in a GQLValue

Constructors

Link copied to clipboard
fun VariableUsage(    variable: GQLVariableValue,     locationType: GQLType,     hasLocationDefaultValue: Boolean)

Properties

Link copied to clipboard
val hasLocationDefaultValue: Boolean
Link copied to clipboard
val locationType: GQLType
Link copied to clipboard
val variable: GQLVariableValue