PreparedQuery
gql.PreparedQuery$
object PreparedQuery
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Self type
- PreparedQuery.type
Members list
Concise view
Type members
Classlikes
Attributes
- Companion:
- object
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
object FieldInfo
Attributes
- Companion:
- class
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Self type
- FieldInfo.type
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
final case class MergedFieldInfo[G[_]](name: String, alias: Option[String], args: Option[Arguments], selections: List[SelectionInfo[G]], caret: Caret, path: Cursor)
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
final case class MergedImplementation[G[_], A, B](leaf: Type[G, B], selections: NonEmptyList[PairedFieldSelection[G, B]], specify: A => Option[B])
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
Attributes
- Companion:
- object
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
object PositionalError
Attributes
- Companion:
- class
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Self type
- PositionalError.type
Attributes
- Companion:
- object
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
object Prep
Attributes
- Companion:
- class
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Self type
- Prep.type
object PrepResult
Attributes
- Companion:
- trait
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Self type
- PrepResult.type
Attributes
- Companion:
- object
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
final case class PreparedDataField[F[_], A](name: String, alias: Option[String], cont: PreparedCont[F, A, _]) extends PreparedField[F, A]
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
final case class PreparedList[F[_], A, C, B](of: PreparedCont[F, A, B], toSeq: C => Seq[A]) extends Prepared[F, C]
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
final case class PreparedMeta(variables: VariableMap, alias: Option[String], args: Option[Arguments])
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
final case class PreparedOption[F[_], I, O](of: PreparedCont[F, I, O]) extends Prepared[F, Option[I]]
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
final case class PreparedSpecification[F[_], I, A](typename: String, specify: I => Option[A], selection: NonEmptyList[PreparedDataField[F, A]]) extends PreparedField[F, I]
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
object PreparedStep
Attributes
- Companion:
- trait
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Self type
- PreparedStep.type
Attributes
- Companion:
- object
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Known subtypes
final case class Selection[F[_], I](fields: NonEmptyList[PreparedField[F, I]]) extends Prepared[F, I]
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
final case class SelectionInfo[G[_]](s: Selectable[G, _], fields: NonEmptyList[FieldInfo[G]], fragmentName: Option[String])
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
object SimplifiedType
Attributes
- Companion:
- trait
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Self type
- SimplifiedType.type
Attributes
- Companion:
- object
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Known subtypes
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
Attributes
- Companion:
- object
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
object UniqueEdgeCursor
Attributes
- Companion:
- class
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Self type
- UniqueEdgeCursor.type
object Used
Attributes
- Source:
- PreparedQuery.scala
- Graph
- Supertypes
- Self type
- Used.type
Types
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
Value members
Concrete methods
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
def appendMessage[F[_], A](message: String)(fa: F[A])(implicit F: MonadError[F, Type[PositionalError]]): F[A]
Attributes
- Source:
- PreparedQuery.scala
def checkFieldsMerge[F[_] : Parallel, G[_]](a: FieldInfo[G], asi: SelectionInfo[G], b: FieldInfo[G], bsi: SelectionInfo[G])(implicit evidence$6: Parallel[F], F: MonadError[F, Type[PositionalError]], L: Local[F, Prep]): F[Unit]
Attributes
- Source:
- PreparedQuery.scala
def checkSelectionsMerge[F[_] : Parallel, G[_]](xs: NonEmptyList[SelectionInfo[G]])(implicit evidence$7: Parallel[F], F: MonadError[F, Type[PositionalError]], L: Local[F, Prep]): F[Unit]
Attributes
- Source:
- PreparedQuery.scala
def checkSimplifiedTypeShape[F[_] : Parallel, G[_]](a: SimplifiedType[G], b: SimplifiedType[G], caret: Caret)(implicit evidence$8: Parallel[F], F: MonadError[F, Type[PositionalError]], L: Local[F, Prep]): F[Unit]
Attributes
- Source:
- PreparedQuery.scala
def collectFieldInfo[F[_] : Parallel, G[_]](af: AbstractField[G, _], f: Field, caret: Caret, variableMap: VariableMap, fragments: Map[String, Pos[FragmentDefinition]], discoveryState: DiscoveryState[G])(implicit evidence$2: Parallel[F], G: Applicative[G], L: Local[F, Prep], F: MonadError[F, Type[PositionalError]], D: Defer[F]): F[FieldInfo[G]]
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
def collectSelectionInfo[F[_] : Parallel, G[_]](s: Selectable[G, _], ss: SelectionSet, variableMap: VariableMap, fragments: Map[String, Pos[FragmentDefinition]], discoveryState: DiscoveryState[G])(implicit evidence$3: Parallel[F], G: Applicative[G], L: Local[F, Prep], F: MonadError[F, Type[PositionalError]], D: Defer[F]): F[NonEmptyList[SelectionInfo[G]]]
Attributes
- Source:
- PreparedQuery.scala
def compareArguments[F[_] : Parallel](name: String, aa: Arguments, ba: Arguments, caret: Option[Caret])(implicit evidence$5: Parallel[F], F: MonadError[F, Type[PositionalError]], L: Local[F, Prep]): F[Unit]
Attributes
- Source:
- PreparedQuery.scala
def compareValues[F[_] : Parallel](av: Value[AnyValue], bv: Value[AnyValue], caret: Option[Caret])(implicit evidence$4: Parallel[F], F: MonadError[F, Type[PositionalError]], L: Local[F, Prep]): F[Unit]
Attributes
- Source:
- PreparedQuery.scala
def compileStep[F[_] : Parallel, G[_], I, O](step: Step[G, I, O], cursor: UniqueEdgeCursor, meta: PreparedMeta)(implicit evidence$1: Parallel[F], L: Local[F, Prep], S: Stateful[F, Int], F: MonadError[F, Type[PositionalError]]): Used[F, PreparedStep[G, I, O]]
Attributes
- Source:
- PreparedQuery.scala
def decodeFieldArgs[F[_] : Parallel, G[_], A](a: Arg[A], args: Option[Arguments], variableMap: VariableMap)(implicit evidence$10: Parallel[F], L: Local[F, Prep], F: MonadError[F, Type[PositionalError]]): F[A]
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
def findImplementations[G[_], A](s: Selectable[G, A], discoveryState: DiscoveryState[G]): List[FoundImplementation[G, A, _]]
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
def getOperationDefinition[F[_]](ops: List[Pos[OperationDefinition]], operationName: Option[String])(implicit F: MonadError[F, (String, List[Caret])]): F[OperationDefinition]
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
def inFragment[F[_], A](fragmentName: String, fragments: Map[String, Pos[FragmentDefinition]], caret: Option[Caret])(faf: Pos[FragmentDefinition] => F[A])(implicit L: Local[F, Prep], F: MonadError[F, Type[PositionalError]], D: Defer[F]): F[A]
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
def matchType[F[_], G[_]](name: String, sel: Selectable[G, _], caret: Caret, discoveryState: DiscoveryState[G])(implicit F: MonadError[F, Type[PositionalError]], L: Local[F, Prep]): F[Selectable[G, _]]
Attributes
- Source:
- PreparedQuery.scala
def mergeImplementations[F[_] : Parallel, G[_], A](base: Selectable[G, A], sels: NonEmptyList[SelectionInfo[G]], discoveryState: DiscoveryState[G])(implicit evidence$9: Parallel[F], F: MonadError[F, Type[PositionalError]], L: Local[F, Prep]): F[NonEmptyList[MergedImplementation[G, A, _]]]
Attributes
- Source:
- PreparedQuery.scala
def modifyError[F[_], A](f: PositionalError => PositionalError)(fa: F[A])(implicit F: MonadError[F, Type[PositionalError]]): F[A]
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
def parseArgValue[F[_] : Parallel, A](a: ArgValue[A], input: Map[String, Value[AnyValue]], variableMap: Option[VariableMap], ambigiousEnum: Boolean)(implicit evidence$17: Parallel[F], F: MonadError[F, Type[PositionalError]], L: Local[F, Prep]): F[ArgParam[A]]
Attributes
- Source:
- PreparedQuery.scala
def parseInput[F[_] : Parallel, A](v: Value[AnyValue], tpe: In[A], variableMap: Option[VariableMap], ambigiousEnum: Boolean)(implicit evidence$16: Parallel[F], F: MonadError[F, Type[PositionalError]], L: Local[F, Prep]): F[A]
Attributes
- Source:
- PreparedQuery.scala
def parseInputObj[F[_] : Parallel, A](v: ObjectValue[AnyValue], fields: Arg[A], variableMap: Option[VariableMap], ambigiousEnum: Boolean)(implicit evidence$15: Parallel[F], F: MonadError[F, Type[PositionalError]], L: Local[F, Prep]): F[A]
Attributes
- Source:
- PreparedQuery.scala
def prepare[F[_] : Applicative, Q, M, S](executabels: NonEmptyList[ExecutableDefinition], schema: SchemaShape[F, Q, M, S], variableMap: Map[String, Json], operationName: Option[String]): EitherNec[PositionalError, PrepResult[F, Q, M, S]]
Attributes
- Source:
- PreparedQuery.scala
def prepareField[F[_] : Parallel, G[_] : Applicative, I, T](fi: MergedFieldInfo[G], field: Field[G, I, T], currentTypename: String, variableMap: VariableMap, discoveryState: DiscoveryState[G])(implicit evidence$11: Parallel[F], evidence$12: Applicative[G], L: Local[F, Prep], S: Stateful[F, Int], F: MonadError[F, Type[PositionalError]], D: Defer[F]): F[PreparedDataField[G, I]]
Attributes
- Source:
- PreparedQuery.scala
def prepareParts[F[_] : Parallel, G[_] : Applicative, Q, M, S](op: OperationDefinition, frags: List[Pos[FragmentDefinition]], schema: SchemaShape[G, Q, M, S], variableMap: Map[String, Json])(implicit evidence$19: Parallel[F], evidence$20: Applicative[G], L: Local[F, Prep], F: MonadError[F, Type[PositionalError]], S: Stateful[F, Int], D: Defer[F]): F[PrepResult[G, Q, M, S]]
Attributes
- Source:
- PreparedQuery.scala
def prepareSelectable[F[_] : Parallel, G[_], A](s: Selectable[G, A], sis: NonEmptyList[SelectionInfo[G]], variableMap: VariableMap, discoveryState: DiscoveryState[G])(implicit evidence$13: Parallel[F], G: Applicative[G], L: Local[F, Prep], F: MonadError[F, Type[PositionalError]], S: Stateful[F, Int], D: Defer[F]): F[NonEmptyList[PreparedSpecification[G, A, _]]]
Attributes
- Source:
- PreparedQuery.scala
def prepareSelectableRoot[F[_] : Parallel, G[_], A](s: Selectable[G, A], ss: SelectionSet, variableMap: VariableMap, fragments: Map[String, Pos[FragmentDefinition]], discoveryState: DiscoveryState[G])(implicit evidence$14: Parallel[F], G: Applicative[G], L: Local[F, Prep], S: Stateful[F, Int], F: MonadError[F, Type[PositionalError]], D: Defer[F]): F[NonEmptyList[PreparedSpecification[G, A, _]]]
Attributes
- Source:
- PreparedQuery.scala
def raise[F[_], A](s: String, caret: Option[Caret])(implicit L: Local[F, Prep], F: MonadError[F, Type[PositionalError]]): F[A]
Attributes
- Source:
- PreparedQuery.scala
def raiseEither[F[_], A](e: Either[String, A], caret: Option[Caret])(implicit L: Local[F, Prep], F: MonadError[F, Type[PositionalError]]): F[A]
Attributes
- Source:
- PreparedQuery.scala
def raiseOpt[F[_], A](o: Option[A], s: String, caret: Option[Caret])(implicit L: Local[F, Prep], F: MonadError[F, Type[PositionalError]]): F[A]
Attributes
- Source:
- PreparedQuery.scala
Attributes
- Source:
- PreparedQuery.scala
Concrete fields
Attributes
- Source:
- PreparedQuery.scala