TypeDslFull

gql.dsl.TypeDslFull
trait TypeDslFull

Attributes

Source
TypeDsl.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait GqlDslFull
object GqlDsl.type
object TypeDsl.type

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Source
TypeDsl.scala

Implicits

Implicits

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

Attributes

Source
TypeDsl.scala