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 all.type
object InputDsl.type
object input.type
Show all

Members list

Type members

Classlikes

object value extends ValueDsl

Attributes

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

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