CatsInterop

object CatsInterop
class Object
trait Matchable
class Any

Value members

Concrete methods

def checkAsync[F[_], R](graphQL: GraphQLInterpreter[R, Any])(query: String)(`evidence$2`: Async[F], runtime: Runtime[Any]): F[Unit]
def executeAsync[F[_], 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)(`evidence$1`: Async[F], runtime: Runtime[R]): F[GraphQLResponse[E]]
def interpreterAsync[F[_], R](graphQL: GraphQL[R])(`evidence$3`: Async[F], runtime: Runtime[Any]): F[GraphQLInterpreter[R, CalibanError]]
def schema[F[_], R, A](`evidence$4`: Effect[F], ev: Schema[R, A]): Schema[R, F[A]]