RequestIncludes<T> extension
- on
-
- QueryBuilder<
T>
- QueryBuilder<
Methods
-
includes(
Request request, {required List< String> allow, int maxDepth = 2}) → QueryBuilder<T> -
Available on QueryBuilder<
Eager loads the relations named byT> , provided by the RequestIncludes extension?include=posts,posts.comments, restricted toallowand tomaxDepthlevels.