InferredVariable

class InferredVariable(val name: String, val type: GQLType)

A variable that is inferred from its usages in fragments This is used to create executable fragments

Constructors

Link copied to clipboard
fun InferredVariable(name: String, type: GQLType)

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val type: GQLType