gql.dsl
package gql.dsl
Members list
Type members
Classlikes
trait Aliases
Attributes
- Source
- Aliases.scala
- Supertypes
- Known subtypes
Attributes
- Companion
- object
- Source
- DirectiveDsl.scala
- Supertypes
- Known subtypes
-
trait GqlDsl[F]
object DirectiveDsl extends DirectiveDslFull
Attributes
- Companion
- trait
- Source
- DirectiveDsl.scala
- Supertypes
- Self type
-
DirectiveDsl.type
trait DirectiveDslFull
Attributes
- Source
- DirectiveDsl.scala
- Supertypes
- Known subtypes
object EnumDsl extends EnumDslFull
Attributes
- Source
- EnumDsl.scala
- Supertypes
- Self type
-
EnumDsl.type
trait EnumDslFull
Attributes
- Source
- EnumDsl.scala
- Supertypes
- Known subtypes
Attributes
- Source
- FieldDsl.scala
- Supertypes
Attributes
- Companion
- object
- Source
- FieldDsl.scala
- Supertypes
- Known subtypes
-
trait GqlDsl[F]
object FieldDsl extends FieldDslFull
Attributes
- Companion
- trait
- Source
- FieldDsl.scala
- Supertypes
- Self type
-
FieldDsl.type
trait FieldDslFull
Attributes
- Source
- FieldDsl.scala
- Supertypes
- Known subtypes
trait GqlDsl[F[_]] extends DirectiveDsl[F], EnumDslFull, FieldDsl[F], InputDslFull, InterfaceDsl[F], TypeDsl[F], UnionDsl[F], Aliases
Attributes
- Companion
- object
- Source
- Dsl.scala
- Supertypes
-
trait Aliasestrait UnionDsl[F]trait TypeDsl[F]trait InterfaceDsl[F]trait InputDslFulltrait FieldDsl[F]trait EnumDslFulltrait DirectiveDsl[F]class Objecttrait Matchableclass AnyShow all
object GqlDsl extends GqlDslFull
Attributes
- Companion
- trait
- Source
- Dsl.scala
- Supertypes
-
trait GqlDslFulltrait Aliasestrait UnionDslFulltrait TypeDslFulltrait InterfaceDslFulltrait InputDslFulltrait FieldDslFulltrait EnumDslFulltrait DirectiveDslFullclass Objecttrait Matchableclass AnyShow all
- Self type
-
GqlDsl.type
trait GqlDslFull extends DirectiveDslFull, EnumDslFull, FieldDslFull, InputDslFull, InterfaceDslFull, TypeDslFull, UnionDslFull, Aliases
Attributes
- Source
- Dsl.scala
- Supertypes
-
trait Aliasestrait UnionDslFulltrait TypeDslFulltrait InterfaceDslFulltrait InputDslFulltrait FieldDslFulltrait EnumDslFulltrait DirectiveDslFullclass Objecttrait Matchableclass AnyShow all
- Known subtypes
object InputDsl extends InputDslFull
Attributes
- Source
- InputDsl.scala
- Supertypes
- Self type
-
InputDsl.type
trait InputDslFull
Attributes
- Source
- InputDsl.scala
- Supertypes
- Known subtypes
Attributes
- Companion
- object
- Source
- InterfaceDsl.scala
- Supertypes
- Known subtypes
-
trait GqlDsl[F]
object InterfaceDsl extends InterfaceDslFull
Attributes
- Companion
- trait
- Source
- InterfaceDsl.scala
- Supertypes
- Self type
-
InterfaceDsl.type
trait InterfaceDslFull
Attributes
- Source
- InterfaceDsl.scala
- Supertypes
- Known subtypes
Attributes
- Companion
- object
- Source
- TypeDsl.scala
- Supertypes
- Known subtypes
-
trait GqlDsl[F]
object TypeDsl extends TypeDslFull
Attributes
- Companion
- trait
- Source
- TypeDsl.scala
- Supertypes
- Self type
-
TypeDsl.type
trait TypeDslFull
Attributes
- Source
- TypeDsl.scala
- Supertypes
- Known subtypes
Attributes
- Companion
- object
- Source
- UnionDsl.scala
- Supertypes
- Known subtypes
-
trait GqlDsl[F]
object UnionDsl extends UnionDslFull
Attributes
- Companion
- trait
- Source
- UnionDsl.scala
- Supertypes
- Self type
-
UnionDsl.type
trait UnionDslFull
Attributes
- Source
- UnionDsl.scala
- Supertypes
- Known subtypes
trait ValueDsl
Attributes
- Source
- InputDsl.scala
- Supertypes
- Known subtypes
-
object value.type
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
aliases.type
object all extends GqlDslFull
Attributes
- Source
- package.scala
- Supertypes
-
trait GqlDslFulltrait Aliasestrait UnionDslFulltrait TypeDslFulltrait InterfaceDslFulltrait InputDslFulltrait FieldDslFulltrait EnumDslFulltrait DirectiveDslFullclass Objecttrait Matchableclass AnyShow all
- Self type
-
all.type
object directive extends DirectiveDslFull
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
directive.type
object enumType extends EnumDslFull
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
enumType.type
object field extends FieldDslFull
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
field.type
object input extends InputDslFull
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
input.type
object interface extends InterfaceDslFull
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
interface.type
object tpe extends TypeDslFull
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
tpe.type
object union extends UnionDslFull
Attributes
- Source
- package.scala
- Supertypes
- Self type
-
union.type
In this article