Specialization

gql.preparation.Specialization
See theSpecialization companion object
sealed trait Specialization[F[_], A, B]

Attributes

Companion
object
Source
PreparedQuery.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Interface[F, A, B]
class Type[F, A]
class Union[F, A, B]

Members list

Value members

Abstract methods

def source: Selectable[F, A]

Attributes

Source
PreparedQuery.scala
def specify(a: A): Ior[String, Option[B]]

Attributes

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

Attributes

Source
PreparedQuery.scala

Concrete methods

Attributes

Source
PreparedQuery.scala