DirectiveDsl

gql.dsl.DirectiveDsl$
See theDirectiveDsl companion trait

Attributes

Companion
trait
Source
DirectiveDsl.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[F[_]]: DirectiveDsl[F]

Attributes

Source
DirectiveDsl.scala

Inherited methods

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

Attributes

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

Attributes

Inherited from:
DirectiveDslFull
Source
DirectiveDsl.scala

Attributes

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

Attributes

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

Attributes

Inherited from:
DirectiveDslFull
Source
DirectiveDsl.scala

Attributes

Inherited from:
DirectiveDslFull
Source
DirectiveDsl.scala