MonixInterop

caliban.interop.monix.MonixInterop$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def checkAsync[R](graphQL: GraphQLInterpreter[R, Any])(query: String)(implicit runtime: Runtime[Any]): Task[Unit]
def executeAsync[R, E](graphQL: GraphQLInterpreter[R, E])(query: String, operationName: Option[String], variables: Map[String, InputValue], extensions: Map[String, InputValue], skipValidation: Boolean, enableIntrospection: Boolean, queryExecution: QueryExecution)(implicit runtime: Runtime[R]): Task[GraphQLResponse[E]]
def interpreterAsync[R](graphQL: GraphQL[R])(implicit runtime: Runtime[Any]): Task[GraphQLInterpreter[R, CalibanError]]
def observableSchema[R, A](queueSize: Int)(implicit ev: Schema[R, A], ev2: ConcurrentEffect[Task]): Schema[R, Observable[A]]
def taskSchema[R, A](implicit ev: Schema[R, A], ev2: ConcurrentEffect[Task]): Schema[R, Task[A]]