GoiAttribute

gql.goi.GoiAttribute
final case class GoiAttribute[F[_], A, Id](codec: IDCodec[Id], fromIds: NonEmptyList[Id] => IorT[F, String, Map[Id, Ior[String, A]]]) extends TypeAttribute[F, A]

Attributes

Source
GoiAttribute.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeAttribute[F, A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product