sangria.execution

Members list

Type members

Classlikes

class AsyncExecutionScheme[F[_]](val asyncToFuture: AsyncToFuture[F])(implicit evidence$1: Async[F]) extends ExecutionScheme

An ExecutionScheme that is capable of using sangria.catseffect.schema.AsyncValue.

Its result is an Async.

Attributes

Supertypes
class Object
trait Matchable
class Any
trait AsyncToFuture[F[_]]

The AsyncResolver is using the FutureResolver under the hood. So we need a way to transform our Async into a Future for now.

The AsyncResolver is using the FutureResolver under the hood. So we need a way to transform our Async into a Future for now.

Attributes

Supertypes
class Object
trait Matchable
class Any