CatsEffectGraphQLInterpreter

final implicit class CatsEffectGraphQLInterpreter[R, E](underlying: GraphQLInterpreter[R, E]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def checkAsync[F[_]](query: String)(implicit interop: ToEffect[F, Any]): F[Unit]
def executeAsync[F[_]](query: String, operationName: Option[String], variables: Map[String, InputValue], extensions: Map[String, InputValue], skipValidation: Boolean, enableIntrospection: Boolean, queryExecution: QueryExecution)(implicit interop: ToEffect[F, R]): F[GraphQLResponse[E]]