PreparedSpecification

gql.preparation.PreparedSpecification
final case class PreparedSpecification[F[_], I, A](specialization: Specialization[F, I, A], selection: List[PreparedDataField[F, A, _]]) extends PreparedField[F, I]

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product