PreparedLeaf

gql.preparation.PreparedLeaf
final case class PreparedLeaf[F[_], I](name: String, encode: I => Json) extends Prepared[F, I]

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product