caliban.tools.stitching

Members list

Concise view

Type members

Classlikes

trait PartialRemoteSchema[R0, R, A]

Attributes

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

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
class
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
RemoteResolver[R, E, A, B]

Attributes

Companion:
class
Graph
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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Types

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