gql.goi

package gql.goi

Members list

Type members

Classlikes

object Goi

Attributes

Source
Goi.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Goi.type
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
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeAttribute[F, A]
class Object
trait Matchable
class Any
Show all
trait IDCodec[A]

Attributes

Companion
object
Source
IDCodec.scala
Supertypes
class Object
trait Matchable
class Any
Self type
IDCodec[A]
object IDCodec extends TwiddleSyntax[IDCodec]

Attributes

Companion
trait
Source
IDCodec.scala
Supertypes
class Object
trait Matchable
class Any
Self type
IDCodec.type
trait Node

Attributes

Companion
object
Source
Goi.scala
Supertypes
class Object
trait Matchable
class Any
object Node

Attributes

Companion
trait
Source
Goi.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Node.type
object codec

Attributes

Source
codec.scala
Supertypes
class Object
trait Matchable
class Any
Self type
codec.type
object dsl

Attributes

Source
dsl.scala
Supertypes
class Object
trait Matchable
class Any
Self type
dsl.type