Class/Object

sangria.execution

Resolver

Related Docs: object Resolver | package execution

Permalink

class Resolver[Ctx] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Resolver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Resolver(marshaller: ResultMarshaller, schema: Schema[Ctx, _], valueCollector: ValueCollector[Ctx, _], variables: Map[String, Any], fieldCollector: FieldCollector[Ctx, _], userContext: Ctx, exceptionHandler: PartialFunction[(ResultMarshaller, Throwable), Node], deferredResolver: DeferredResolver, sourceMapper: Option[SourceMapper], deprecationTracker: DeprecationTracker)(implicit executionContext: ExecutionContext)

    Permalink

Type Members

  1. case class Defer(promise: Promise[Any], deferred: Deferred[Any]) extends Product with Serializable

    Permalink
  2. case class DeferredResult(deferred: List[Future[List[Defer]]], futureValue: Future[Result]) extends Resolve with Product with Serializable

    Permalink
  3. trait Resolve extends AnyRef

    Permalink
  4. case class Result(errors: ErrorRegistry, value: Option[Node]) extends Resolve with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def collectActionsPar(path: List[String], tpe: ObjectType[Ctx, _], value: Any, fields: Map[String, (Field, Try[List[Field]])], errorReg: ErrorRegistry, userCtx: Ctx): Actions

    Permalink
  7. def collectProjections(path: List[String], field: Field[Ctx, _], astFields: List[Field], maxLevel: Int): Vector[ProjectedName]

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def isOptional(tpe: OutputType[_]): Boolean

    Permalink
  15. def isOptional(tpe: ObjectType[_, _], fieldName: String): Boolean

    Permalink
  16. val marshaller: ResultMarshaller

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def processFinalResolve(resolve: Resolve): Future[Node]

    Permalink
  21. def resolveActions(path: List[String], tpe: ObjectType[Ctx, _], actions: Actions, userCtx: Ctx): Resolve

    Permalink
  22. def resolveDeferred(res: DeferredResult): Future[Result]

    Permalink
  23. def resolveField(userCtx: Ctx, tpe: ObjectType[Ctx, _], path: List[String], value: Any, errors: ErrorRegistry, name: String, astFields: List[Field]): (ErrorRegistry, Option[LeafAction[Ctx, Any]], Option[(Any) ⇒ Ctx])

    Permalink
  24. def resolveFieldsPar(tpe: ObjectType[Ctx, _], value: Any, fields: Map[String, (Field, Try[List[Field]])]): Future[Node]

    Permalink
  25. def resolveFieldsSeq(tpe: ObjectType[Ctx, _], value: Any, fields: Map[String, (Field, Try[List[Field]])]): Future[Node]

    Permalink
  26. def resolveSeq(path: List[String], tpe: ObjectType[Ctx, _], value: Any, fields: Map[String, (Field, Try[List[Field]])], errorReg: ErrorRegistry): Future[Result]

    Permalink
  27. def resolveValue(path: List[String], astFields: List[Field], tpe: OutputType[_], field: Field[Ctx, _], value: Any, userCtx: Ctx): Resolve

    Permalink
  28. val resultResolver: ResultResolver

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped