DirectiveDslFull

gql.dsl.DirectiveDslFull

Attributes

Source
DirectiveDsl.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DirectiveDsl.type
trait GqlDslFull
object GqlDsl.type
object all.type
object directive.type

Members list

Value members

Concrete methods

protected def addPosition[F[_], A, Pos <: Position[F, A]](pos: Pos): State[SchemaState[F], Pos]

Attributes

Source
DirectiveDsl.scala

Attributes

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

Attributes

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

Attributes

Source
DirectiveDsl.scala
def onFragmentSpread[F[_], A](directive: Directive[A], handler: QueryHandler[FragmentSpread, A]): State[SchemaState[F], FragmentSpread[A]]

Attributes

Source
DirectiveDsl.scala

Attributes

Source
DirectiveDsl.scala