QueryPreparation

gql.preparation.QueryPreparation$
See theQueryPreparation companion trait

Attributes

Companion:
trait
Source:
QueryPreparation.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type H[F[_], A] = Kleisli[F, UniqueEdgeCursor, A]

Attributes

Source:
QueryPreparation.scala

Value members

Concrete methods

def apply[F[_] : Parallel, G[_], C](variables: VariableMap, implementations: Implementations[G])(implicit evidence$1: Parallel[F], F: Monad[F], AP: ArgParsing[F], S: Stateful[F, Int], EA: ErrorAlg[F, C]): QueryPreparation[F, G, C]

Attributes

Source:
QueryPreparation.scala