gql.dsl.GqlDsl
See theGqlDsl companion object
trait GqlDsl[F[_]] extends DirectiveDsl[F], EnumDslFull, FieldDsl[F], InputDslFull, InterfaceDsl[F], TypeDsl[F], UnionDsl[F], Aliases
Attributes
- Companion
- object
- Source
- Dsl.scala
- Graph
-
- Supertypes
-
trait Aliasestrait UnionDsl[F]trait TypeDsl[F]trait InterfaceDsl[F]trait InputDslFulltrait FieldDsl[F]trait EnumDslFulltrait DirectiveDsl[F]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- InputDslFull
- Source
- InputDsl.scala
- Supertypes
Inherited types
Attributes
- Inherited from:
- Aliases
- Source
- Aliases.scala
Attributes
- Inherited from:
- Aliases
- Source
- Aliases.scala
Attributes
- Inherited from:
- Aliases
- Source
- Aliases.scala
Value members
Inherited methods
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
def abstGroup(hd: (String, AbstractField[F, _]), tl: (String, AbstractField[F, _])*): AbstractFields[F]
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
Attributes
- Inherited from:
- InputDslFull
- Source
- InputDsl.scala
Attributes
- Inherited from:
- InputDslFull
- Source
- InputDsl.scala
Attributes
- Inherited from:
- InputDslFull
- Source
- InputDsl.scala
Attributes
- Inherited from:
- InputDslFull
- Source
- InputDsl.scala
Attributes
- Inherited from:
- InputDslFull
- Source
- InputDsl.scala
Attributes
- Inherited from:
- InputDslFull
- Source
- InputDsl.scala
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
Attributes
- Inherited from:
- DirectiveDsl
- Source
- DirectiveDsl.scala
Attributes
- Inherited from:
- DirectiveDsl
- Source
- DirectiveDsl.scala
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
Attributes
- Inherited from:
- EnumDslFull
- Source
- EnumDsl.scala
Attributes
- Inherited from:
- EnumDslFull
- Source
- EnumDsl.scala
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
Attributes
- Inherited from:
- InputDslFull
- Source
- InputDsl.scala
Attributes
- Inherited from:
- InterfaceDsl
- Source
- InterfaceDsl.scala
Attributes
- Inherited from:
- InterfaceDsl
- Source
- InterfaceDsl.scala
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
def onField[A](directive: Directive[A], handler: FieldHandler[F, A]): State[SchemaState[F], Field[F, A]]
Attributes
- Inherited from:
- DirectiveDsl
- Source
- DirectiveDsl.scala
def onFragmentSpread[A](directive: Directive[A], handler: QueryHandler[FragmentSpread, A]): State[SchemaState[F], FragmentSpread[A]]
Attributes
- Inherited from:
- DirectiveDsl
- Source
- DirectiveDsl.scala
def onInlineFragmentSpread[A](directive: Directive[A], handler: QueryHandler[InlineFragment, A]): State[SchemaState[F], InlineFragmentSpread[A]]
Attributes
- Inherited from:
- DirectiveDsl
- Source
- DirectiveDsl.scala
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
Attributes
- Inherited from:
- TypeDsl
- Source
- TypeDsl.scala
Attributes
- Inherited from:
- TypeDsl
- Source
- TypeDsl.scala
Attributes
- Inherited from:
- UnionDsl
- Source
- UnionDsl.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- FieldDsl
- Source
- FieldDsl.scala
Attributes
- Inherited from:
- InterfaceDsl
- Source
- InterfaceDsl.scala
Attributes
- Inherited from:
- TypeDsl
- Source
- TypeDsl.scala
Attributes
- Inherited from:
- UnionDsl
- Source
- UnionDsl.scala
In this article