RemoteSchemaResolver

caliban.tools.stitching.RemoteSchemaResolver
See theRemoteSchemaResolver companion object
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
Show all

Members list

Value members

Concrete methods

def proxy[R](resolver: RemoteResolver[R, ExecutionError, Field, ResponseValue], mutationResolver: Option[RemoteResolver[R, ExecutionError, Field, ResponseValue]]): GraphQL[R]
def remoteResolver[R, R0, A](typeName: String)(resolver: RemoteResolver[R0, ExecutionError, ResolveRequest[A], ResponseValue]): PartialRemoteSchema[R0, R, A]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product