interface

gql.dsl.package$.interface$
object interface extends InterfaceDslFull

Attributes

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

Members list

Value members

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