package stitching
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- stitching
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type HttpRequest = RequestT[Identity, Either[ExecutionError, ResponseValue], Any]
- trait PartialRemoteSchema[R0, R, A] extends AnyRef
- case class RemoteMutation(field: Field) extends Product with Serializable
- case class RemoteQuery(field: Field) extends Product with Serializable
- case class RemoteResolver[-R, +E, -A, +B](run: (A) ⇒ ZIO[R, E, B]) extends Product with Serializable
- case class RemoteSchemaResolver(schema: __Schema, typeMap: Map[String, __Type]) extends Product with Serializable
- case class ResolveRequest[A](args: A, field: Field) extends Product with Serializable
Value Members
- object RemoteQuery extends Serializable
- object RemoteResolver extends Serializable
- object RemoteSchemaResolver extends Serializable