RequestIncludes<T> extension

on

Methods

includes(Request request, {required List<String> allow, int maxDepth = 2}) QueryBuilder<T>

Available on QueryBuilder<T>, provided by the RequestIncludes extension

Eager loads the relations named by ?include=posts,posts.comments, restricted to allow and to maxDepth levels.