QueryPreparation

gql.preparation.QueryPreparation
See theQueryPreparation companion object
trait QueryPreparation[F[_], G[_], C]

Attributes

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

Members list

Concise view

Value members

Abstract methods

Attributes

Source:
QueryPreparation.scala
def prepare[A](fi: MergedFieldInfo[G, C], t: Out[G, A], fieldMeta: FieldMeta): H[F, Prepared[G, A]]

Attributes

Source:
QueryPreparation.scala
def prepareField[I, O](fi: MergedFieldInfo[G, C], field: Field[G, I, O], currentTypename: String): F[PreparedDataField[G, I]]

Attributes

Source:
QueryPreparation.scala
def prepareStep[I, O](step: Step[G, I, O], fieldMeta: FieldMeta): H[F, PreparedStep[G, I, O]]

Attributes

Source:
QueryPreparation.scala