[][src]Type Definition wundergraph::prelude::BoxedQuery

type BoxedQuery<'a, L, DB, Ctx> = BoxedSelectStatement<'a, SqlTypeOfPlaceholder<<L as LoadingHandler<DB, Ctx>>::FieldList, DB, <L as LoadingHandler<DB, Ctx>>::PrimaryKeyIndex, <L as HasTable>::Table, Ctx>, <L as HasTable>::Table, DB>;

A helper type to simplify the select statement query type for a given loading handler.

Type parameters

  • L: A type implementing LoadingHandler
  • DB: A diesel backend type (diesel::pg::Pg or diesel::sqlite::Sqlite)
  • Ctx: Used context type, should implement WundergraphContext