FragmentDefinition

final case class FragmentDefinition[F[_], A](name: String, typeCondition: String, specify: Any => Option[A], fields: NonEmptyList[PreparedField[F, A]])
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product