Field

gql.client.Selection$.Field
final case class Field[A](fieldName: String, alias0: Option[String], args0: List[Argument[Unit, AnyValue]], subQuery: SubQuery[A], directives0: List[Directive[Unit, AnyValue]]) extends Selection[A]

Attributes

Source
Selection.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Selection[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def alias(name: String): Field[A]

Attributes

Source
Selection.scala
def args(xs: Argument[Unit, AnyValue]*): Field[A]

Attributes

Source
Selection.scala
def directives(xs: Directive[Unit, AnyValue]*): Field[A]

Attributes

Source
Selection.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product