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
constructor(name: String, type: GQLType)

Properties

Link copied to clipboard
Link copied to clipboard