VariableUsage
class VariableUsage(val variable: GQLVariableValue, val locationType: GQLType, val hasLocationDefaultValue: Boolean, val isOneOfInputField: Boolean)
A variable used in a GQLValue
Constructors
Link copied to clipboard
constructor(variable: GQLVariableValue, locationType: GQLType, hasLocationDefaultValue: Boolean, isOneOfInputField: Boolean)