PreparedSpecification

gql.preparation.PreparedSpecification
final case class PreparedSpecification[F[_], I, A](typename: String, specify: I => Option[A], selection: NonEmptyList[PreparedDataField[F, A]]) extends PreparedField[F, I]

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product