PreparedDataField

gql.preparation.PreparedDataField
final case class PreparedDataField[F[_], A](name: String, alias: Option[String], cont: PreparedCont[F, A, _]) extends PreparedField[F, A]

Attributes

Source:
PreparedQuery.scala
Graph
Supertypes
trait PreparedField[F, A]
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val outputName: String

Attributes

Source:
PreparedQuery.scala