InterfaceDsl

gql.dsl.InterfaceDsl$
See theInterfaceDsl companion trait

Attributes

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

Members list

Type members

Classlikes

final class InterfaceOps[F[_], A](tpe: Interface[F, A]) extends AnyVal

Attributes

Source
InterfaceDsl.scala
Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]]: InterfaceDsl[F]

Attributes

Source
InterfaceDsl.scala

Inherited methods

def interface[F[_], A](name: String, hd: (String, AnyField[F, A, _]), tl: (String, AnyField[F, A, _])*): Interface[F, A]

Attributes

Inherited from:
InterfaceDslFull
Source
InterfaceDsl.scala
def interfaceNel[F[_], A](name: String, fields: AnyFields[F, A]): Interface[F, A]

Attributes

Inherited from:
InterfaceDslFull
Source
InterfaceDsl.scala

Implicits

Inherited implicits

implicit def interfaceDslFullInterfaceOps[F[_], A](tpe: Interface[F, A]): InterfaceOps[F, A]

Attributes

Inherited from:
InterfaceDslFull
Source
InterfaceDsl.scala