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, middlewareCtx: MiddlewareQueryContext[Ctx, _, _], schema: Schema[Ctx, _], valueCollector: ValueCollector[Ctx, _], variables: Map[String, VariableValue], fieldCollector: FieldCollector[Ctx, _], userContext: Ctx, exceptionHandler: ExceptionHandler, deferredResolver: DeferredResolver[Ctx], sourceMapper: Option[SourceMapper], deprecationTracker: DeprecationTracker, middleware: List[(Any, Middleware[_])], maxQueryDepth: Option[Int])(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: Vector[Future[Vector[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[Any], userContext: Option[Ctx] = None) 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: ExecutionPath, tpe: ObjectType[Ctx, _], value: Any, fields: CollectedFields, errorReg: ErrorRegistry, userCtx: Ctx): Actions

    Permalink
  7. def collectProjections(path: ExecutionPath, field: Field[Ctx, _], astFields: Vector[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. def isUndefinedValue(value: Any): Boolean

    Permalink
  17. val marshaller: ResultMarshaller

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. def nullForNotNullTypeError(position: Option[Position]): ExecutionError

    Permalink
  22. def processFinalResolve(resolve: Resolve): Future[Node]

    Permalink
  23. def resolveActionsPar(path: ExecutionPath, tpe: ObjectType[Ctx, _], actions: Actions, userCtx: Ctx, fieldsNamesOrdered: Vector[String]): Resolve

    Permalink
  24. def resolveDeferred(uc: Ctx, res: DeferredResult): Future[Result]

    Permalink
  25. def resolveField(userCtx: Ctx, tpe: ObjectType[Ctx, _], path: ExecutionPath, value: Any, errors: ErrorRegistry, name: String, astFields: Vector[Field]): (ErrorRegistry, Option[LeafAction[Ctx, Any]], Option[MappedCtxUpdate[Ctx, Any, Any]])

    Permalink
  26. def resolveFieldsPar(tpe: ObjectType[Ctx, _], value: Any, fields: CollectedFields): Future[Node]

    Permalink
  27. def resolveFieldsSeq(tpe: ObjectType[Ctx, _], value: Any, fields: CollectedFields): Future[Node]

    Permalink
  28. def resolveSeq(path: ExecutionPath, tpe: ObjectType[Ctx, _], value: Any, fields: CollectedFields, errorReg: ErrorRegistry): Future[Result]

    Permalink
  29. def resolveSimpleListValue(simpleRes: Seq[Result], path: ExecutionPath, optional: Boolean, astPosition: Option[Position]): Result

    Permalink
  30. def resolveValue(path: ExecutionPath, astFields: Vector[Field], tpe: OutputType[_], field: Field[Ctx, _], value: Any, userCtx: Ctx): Resolve

    Permalink
  31. val resultResolver: ResultResolver

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped