InputDslFull

gql.dsl.InputDslFull
trait InputDslFull

Attributes

Source
InputDsl.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait GqlDsl[F]
trait GqlDslFull
object GqlDsl.type
object InputDsl.type

Members list

Value members

Concrete methods

def arg[A](name: String)(implicit tpe: => In[A]): Arg[A]

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
InputDsl.scala

Attributes

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

Attributes

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

Attributes

Source
InputDsl.scala