VariableField

gql.client.codegen.VariableField
final case class VariableField(name: String, tpe: ModifierStack[String], default: Option[Value[AnyValue, Caret]])

Attributes

Source
Ast.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

Attributes

Source
Ast.scala
lazy val varName: String

Attributes

Source
Ast.scala
lazy val variableDecl: Doc

Attributes

Source
Ast.scala