PartiallyAppliedArgFull

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

Attributes

Source
InputDsl.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

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
InputDsl.scala