Field

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

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product