InputDsl

gql.dsl.InputDsl$
object InputDsl extends InputDslFull

Attributes

Source
InputDsl.scala
Graph
Supertypes
trait InputDslFull
class Object
trait Matchable
class Any
Self type
InputDsl.type

Members list

Type members

Classlikes

final class PartiallyAppliedArgFull[A](dummy: Boolean) extends AnyVal

Attributes

Source
InputDsl.scala
Supertypes
class AnyVal
trait Matchable
class Any
object ValueDsl

Attributes

Source
InputDsl.scala
Supertypes
class Object
trait Matchable
class Any
Self type
ValueDsl.type

Value members

Inherited methods

def arg[A](name: String, default: Value[Const, Unit], description: String)(implicit tpe: => In[A]): Arg[A]

Attributes

Inherited from:
InputDslFull
Source
InputDsl.scala
def arg[A](name: String, default: Value[Const, Unit])(implicit tpe: => In[A]): Arg[A]

Attributes

Inherited from:
InputDslFull
Source
InputDsl.scala
def arg[A](name: String, description: String)(implicit tpe: => In[A]): Arg[A]

Attributes

Inherited from:
InputDslFull
Source
InputDsl.scala
def arg[A](name: String)(implicit tpe: => In[A]): Arg[A]

Attributes

Inherited from:
InputDslFull
Source
InputDsl.scala

Attributes

Inherited from:
InputDslFull
Source
InputDsl.scala
def arged[F[_], I, A](a: Arg[A]): Resolver[F, I, A]

Attributes

Inherited from:
InputDslFull
Source
InputDsl.scala
def input[A](name: String, fields: Arg[A]): Input[A]

Attributes

Inherited from:
InputDslFull
Source
InputDsl.scala
def value: ValueDsl.type

Attributes

Inherited from:
InputDslFull
Source
InputDsl.scala