Fixes #542: render each and render all
This commit is contained in:
@@ -66,6 +66,7 @@ export type Query = {
|
||||
select?: Select[];
|
||||
limit?: QueryExpression;
|
||||
render?: string;
|
||||
renderAll?: boolean;
|
||||
distinct?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user