CustomQuery
import { CustomQuery } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";
Decorator
Defines that a repository method should not be resolved by MQL but it is a custom query and will be considered as such.
@CustomQuery(query, secure?) Target: Repository method
const CustomQuery: (query: string, secure?: boolean) => Function;