Packages

p

caliban.tools

stitching

package stitching

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. stitching
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type HttpRequest = RequestT[Identity, Either[ExecutionError, ResponseValue], Any]
  2. trait PartialRemoteSchema[R0, R, A] extends AnyRef
  3. case class RemoteMutation(field: Field) extends Product with Serializable
  4. case class RemoteQuery(field: Field) extends Product with Serializable
  5. case class RemoteResolver[-R, +E, -A, +B](run: (A) ⇒ ZIO[R, E, B]) extends Product with Serializable
  6. case class RemoteSchemaResolver(schema: __Schema, typeMap: Map[String, __Type]) extends Product with Serializable
  7. case class ResolveRequest[A](args: A, field: Field) extends Product with Serializable

Value Members

  1. object RemoteQuery extends Serializable
  2. object RemoteResolver extends Serializable
  3. object RemoteSchemaResolver extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped