TypeDsl

gql.dsl.TypeDsl
See theTypeDsl companion object
trait TypeDsl[F[_]]

Attributes

Companion
object
Source
TypeDsl.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait GqlDsl[F]

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Source
TypeDsl.scala

Implicits

Implicits

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

Attributes

Source
TypeDsl.scala