sangria.execution
package 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.
An ExecutionScheme that is capable of using sangria.catseffect.schema.AsyncValue.
Its result is an Async.
Attributes
- Supertypes
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 Objecttrait Matchableclass Any
In this article