PartialRemoteSchema

caliban.tools.stitching.PartialRemoteSchema
trait PartialRemoteSchema[R0, R, A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

def resolve(value: A, args: Field): ZIO[R0, CalibanError, ResponseValue]
def toType(isInput: Boolean, isSubscription: Boolean): `__Type`

Concrete methods

def provideEnvironment[R1 <: R0](env: ZEnvironment[R1]): Schema[R, A]