directive

gql.dsl.package$.directive$
object directive extends DirectiveDslFull

Attributes

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

Members list

Value members

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