Union

gql.preparation.Specialization$.Union
final case class Union[F[_], A, B](source: Union[F, A], variant: Variant[F, A, B]) extends Specialization[F, A, B]

Attributes

Source
PreparedQuery.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Specialization[F, A, B]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def specify(a: A): Ior[String, Option[B]]

Attributes

Source
PreparedQuery.scala
def target: Type[F, B]

Attributes

Source
PreparedQuery.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Specialization
Source
PreparedQuery.scala