Field

gql.ast$.Field
final case class Field[+F[_], -I, T](resolve: Resolver[F, I, T], output: Eval[Out[F, T]], description: Option[String])

Attributes

Source
ast.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
ast.scala
def compose[F2[x], I2](r: Resolver[F2, I2, I]): Field[F2, I2, T]

Attributes

Source
ast.scala
def contramap[F2[x], I2](f: I2 => I): Field[F2, I2, T]

Attributes

Source
ast.scala
def document(description: String): Field[F, I, T]

Attributes

Source
ast.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product