Skip to content

ResultSeq with `:prefetch`

Fernando Correa de Oliveira edited this page Mar 16, 2019 · 4 revisions

DEPRECATED

Post
   .where: {
      .author.name eq "FCO"
   }, :prefetch{
      .coments,
      .author.posts-coments.values
   }
;
Clone this wiki locally