InterfaceSyntax

gql.dsl$.InterfaceSyntax
final case class InterfaceSyntax[F[_], A](tpe: Interface[F, A]) extends AnyVal

Attributes

Source:
dsl.scala
Graph
Supertypes
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Source:
dsl.scala
def addFields(xs: (String, Field[F, A, _])*): Interface[F, A]

Attributes

Source:
dsl.scala
def implements[B](implicit interface: => Interface[F, B]): Interface[F, A]

Attributes

Source:
dsl.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product