Package

sangria

execution

Permalink

package execution

Visibility
  1. Public
  2. All

Type Members

  1. case class AttributeCoercionError(violations: List[Violation]) extends ExecutionError with WithViolations with Product with Serializable

    Permalink
  2. trait DeprecationTracker extends AnyRef

    Permalink
  3. class ExecutionError extends Exception with AstNodeLocation with UserFacingError

    Permalink
  4. case class Executor[Ctx, Root](schema: Schema[Ctx, Root], root: Root = (), userContext: Ctx = (), queryValidator: QueryValidator = QueryValidator.default, deferredResolver: DeferredResolver = DeferredResolver.empty, exceptionHandler: PartialFunction[(ResultMarshaller, Throwable), Node] = PartialFunction.empty, deprecationTracker: DeprecationTracker = DeprecationTracker.empty)(implicit executionContext: ExecutionContext) extends Product with Serializable

    Permalink
  5. class FieldCollector[Ctx, Val] extends AnyRef

    Permalink
  6. trait InputUnmarshaller[Node] extends AnyRef

    Permalink
  7. class Resolver[Ctx] extends AnyRef

    Permalink
  8. trait ResultMarshaller extends AnyRef

    Permalink
  9. class ResultResolver extends AnyRef

    Permalink
  10. class ScalaResultMarshaller extends ResultMarshaller

    Permalink
  11. trait UserFacingError extends AnyRef

    Permalink
  12. case class ValidationError(violations: List[Violation]) extends ExecutionError with WithViolations with Product with Serializable

    Permalink
  13. class ValueCollector[Ctx, Input] extends AnyRef

    Permalink
  14. case class VariableCoercionError(violations: List[Violation]) extends ExecutionError with WithViolations with Product with Serializable

    Permalink
  15. trait WithViolations extends UserFacingError

    Permalink

Ungrouped