PreparedDataField

gql.preparation.PreparedDataField
final case class PreparedDataField[+F[_], A, B](name: String, alias: Option[String], cont: PreparedCont[F, A, B], source: Field[F, A, B], parsedArgs: Map[Arg[_], Any]) 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

Concrete methods

def arg[C](a: Arg[C]): Option[C]

Attributes

Source
PreparedQuery.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val outputName: String

Attributes

Source
PreparedQuery.scala