Lift

gql.EmptyableArg$.Lift
final case class Lift[A](a: Arg[A]) extends EmptyableArg[A]

Attributes

Source
Arg.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EmptyableArg[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def addArg[F[_], B]: Resolver[F, B, (A, B)]

Attributes

Definition Classes
Source
Arg.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product