input

gql.dsl.package$.input$
object input extends InputDslFull

Attributes

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

Members list

Type members

Inherited classlikes

object value extends ValueDsl

Attributes

Inherited from:
InputDslFull
Source
InputDsl.scala
Supertypes
trait ValueDsl
class Object
trait Matchable
class Any

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