Packages

c

gql.Compiler

PartiallyAppliedCompiler

final class PartiallyAppliedCompiler[F[_]] extends AnyVal

Source
Compiler.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartiallyAppliedCompiler
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PartiallyAppliedCompiler(F: Async[F])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. val F: Async[F]
  5. implicit def F0: Async[F]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def compile[Q, M, S](schema: Schema[F, Q, M, S], query: String, variables: Map[String, Json] = Map.empty, operationName: Option[String] = None, queryInput: F[Q] = F.unit, mutationInput: F[M] = F.unit, subscriptionInput: F[S] = F.unit): Outcome[F]
  8. def compilePrepared[Q, M, S](schema: Schema[F, Q, M, S], operationType: OperationType, ps: NonEmptyList[PreparedField[F, Any]], queryInput: F[Q] = F.unit, mutationInput: F[M] = F.unit, subscriptionInput: F[S] = F.unit): Product with Application[F] with Serializable
  9. def compileWith[Q, M, S](schema: Schema[F, Q, M, S], cp: CompilerParameters, queryInput: F[Q] = F.unit, mutationInput: F[M] = F.unit, subscriptionInput: F[S] = F.unit): Outcome[F]
  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def parsePrep(schema: Schema[F, _, _, _], cp: CompilerParameters): Either[CompilationError, (OperationType, NonEmptyList[PreparedField[F, Any]])]
  13. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped