TypeDsl

gql.dsl.TypeDsl$
See theTypeDsl companion trait
object TypeDsl extends TypeDslFull

Attributes

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

Members list

Type members

Classlikes

final class TypeOps[F[_], A](tpe: Type[F, A]) extends AnyVal

Attributes

Source
TypeDsl.scala
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]]: TypeDsl[F]

Attributes

Source
TypeDsl.scala

Inherited methods

def tpe[F[_], A](name: String, hd: (String, Field[F, A, _]), tl: (String, Field[F, A, _])*): Type[F, A]

Attributes

Inherited from:
TypeDslFull
Source
TypeDsl.scala
def tpeNel[F[_], A](name: String, entries: Fields[F, A]): Type[F, A]

Attributes

Inherited from:
TypeDslFull
Source
TypeDsl.scala

Implicits

Inherited implicits

implicit def typeDslFullTypeOps[F[_], A](tpe: Type[F, A]): TypeOps[F, A]

Attributes

Inherited from:
TypeDslFull
Source
TypeDsl.scala