InputField

gql.client.codegen.InputField
final case class InputField(name: String, tpe: ModifierStack[String], hasDefault: Boolean)

Attributes

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

Members list

Value members

Concrete methods

def encodeField(ccName: String): Doc

Attributes

Source
Ast.scala
def setter(ccType: String): Doc

Attributes

Source
Ast.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

Attributes

Source
Ast.scala
val fieldName: String

Attributes

Source
Ast.scala

Attributes

Source
Ast.scala
val isOmittable: Boolean

Attributes

Source
Ast.scala