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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val outputName: String

Attributes

Source
PreparedQuery.scala