DirectiveDsl

gql.dsl.DirectiveDsl
See theDirectiveDsl companion object
trait DirectiveDsl[F[_]]

Attributes

Companion
object
Source
DirectiveDsl.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait GqlDsl[F]

Members list

Value members

Concrete methods

Attributes

Source
DirectiveDsl.scala
def directive[A](name: String, arg: Arg[A]): Directive[A]

Attributes

Source
DirectiveDsl.scala
def onField[A](directive: Directive[A], handler: FieldHandler[F, A]): State[SchemaState[F], Field[F, A]]

Attributes

Source
DirectiveDsl.scala

Attributes

Source
DirectiveDsl.scala