不要怂,就是干,撸起袖子干!

Commit 34e9fe16 by Dustin Schie Committed by Sushant

fix(query-generator): add offset to unioned queries (#10149)

1 parent 7d59b786
Showing with 1 additions and 0 deletions
...@@ -1101,6 +1101,7 @@ const QueryGenerator = { ...@@ -1101,6 +1101,7 @@ const QueryGenerator = {
{ {
attributes: options.attributes, attributes: options.attributes,
limit: options.groupedLimit.limit, limit: options.groupedLimit.limit,
offset: options.offset,
order: groupedLimitOrder, order: groupedLimitOrder,
where, where,
include, include,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!