caliban.tools.stitching

Members list

Type members

Classlikes

trait PartialRemoteSchema[R0, R, A]

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class RemoteMutation(field: Field)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case class RemoteQuery(field: Field)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
object RemoteQuery

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class RemoteResolver[-R, +E, -A, +B](run: A => ZIO[R, E, B])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
RemoteResolver[R, E, A, B]

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class RemoteSchemaResolver(schema: `__Schema`, typeMap: Map[String, `__Type`])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class ResolveRequest[A](args: A, field: Field)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Types

type HttpRequest = RequestT[Identity, Either[ExecutionError, ResponseValue], Any]