InterfaceSyntax

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

Attributes

Source
dsl.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addAbstractFields(xs: (String, AbstractField[F, _])*): Interface[F, A]

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