SelField

gql.client.codegen.SelField
final case class SelField(name: String, alias: Option[String], args: List[Argument[Caret, AnyValue]], typename: ModifierStack[String], directives: List[Directive[Caret, AnyValue]]) extends Sel

Attributes

Source
Ast.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Sel
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

val argList: List[Doc]

Attributes

Source
Ast.scala
lazy val cc: CaseClassField

Attributes

Source
Ast.scala
val directiveList: List[Doc]

Attributes

Source
Ast.scala
lazy val sel: Doc

Attributes

Source
Ast.scala
val tn: Doc

Attributes

Source
Ast.scala