UnionDsl

gql.dsl.UnionDsl$
See theUnionDsl companion trait
object UnionDsl extends UnionDslFull

Attributes

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

Members list

Type members

Classlikes

final class PartiallyAppliedUnion[F[_], A](name: String)

Attributes

Source
UnionDsl.scala
Supertypes
class Object
trait Matchable
class Any
final case class UnionOps[F[_], A](u: Union[F, A]) extends AnyVal

Attributes

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

Value members

Inherited methods

def union[F[_], A](name: String): PartiallyAppliedUnion[F, A]

Attributes

Inherited from:
UnionDslFull
Source
UnionDsl.scala

Implicits

Inherited implicits

implicit def unionDslFullUnionOps[F[_], A](u: Union[F, A]): UnionOps[F, A]

Attributes

Inherited from:
UnionDslFull
Source
UnionDsl.scala