union

gql.dsl.package$.union$
object union extends UnionDslFull

Attributes

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

Members list

Value members

Inherited methods

def union[F[_], A](name: String): PartiallyAppliedUnion0[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