Skip to content

Commit

Permalink
graphql 支持最大一次查询10000条记录
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Dec 12, 2024
1 parent 698afbf commit 8993557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/service-object-graphql/src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* @Author: [email protected]
* @Date: 2022-06-20 19:02:47
* @LastEditors: sunhaolin@hotoa.com
* @LastEditTime: 2023-06-06 11:02:35
* @LastEditors: baozhoutao@steedos.com
* @LastEditTime: 2024-12-12 16:10:21
* @Description:
*/

Expand All @@ -27,4 +27,4 @@ export const GRAPHQL_ACTION_PREFIX = 'graphql_';
export const PERMISSIONS_PREFIX = '_permissions';
export const OBJECT_FIELD_TYPE = '__object';
export const GRID_FIELD_TYPE = '__grid';
export const QUERY_DOCS_TOP = 5000;
export const QUERY_DOCS_TOP = 10000;

0 comments on commit 8993557

Please sign in to comment.