InterfaceDslFull

gql.dsl.InterfaceDslFull

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

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

Attributes

Source
InterfaceDsl.scala

Implicits

Implicits

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

Attributes

Source
InterfaceDsl.scala