PartiallyAppliedArgFull

gql.dsl$.PartiallyAppliedArgFull
final case class PartiallyAppliedArgFull[A](dummy: Boolean) extends AnyVal

Attributes

Source:
dsl.scala
Graph
Supertypes
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[B](name: String, default: Option[Value[Const, Unit]], description: Option[String])(f: ArgParam[A] => Either[String, B])(implicit tpe: => In[A]): Arg[B]

Attributes

Source:
dsl.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product