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 Serializable
trait Product
trait Equals
trait Selection[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product