tpe

gql.dsl.package$.tpe$
object tpe extends TypeDslFull

Attributes

Source
package.scala
Graph
Supertypes
trait TypeDslFull
class Object
trait Matchable
class Any
Self type
tpe.type

Members list

Value members

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