@@ -38,7 +38,7 @@ const cacheConfig: InitCacheConfig = (cacheOptions) => {
38
38
} ,
39
39
allPropertyScopes : {
40
40
keyArgs : [ 'where' ] ,
41
- read : listHelper . getReadFunction ( ) ,
41
+ read : listHelper . getReadFunction ( 'paginate' ) ,
42
42
merge : listHelper . mergeLists ,
43
43
} ,
44
44
allIncidents : {
@@ -63,67 +63,67 @@ const cacheConfig: InitCacheConfig = (cacheOptions) => {
63
63
} ,
64
64
allBillingIntegrationOrganizationContexts : {
65
65
keyArgs : [ 'where' ] ,
66
- read : listHelper . getReadFunction ( ) ,
66
+ read : listHelper . getReadFunction ( 'paginate' ) ,
67
67
merge : listHelper . mergeLists ,
68
68
} ,
69
69
allTickets : {
70
70
keyArgs : [ 'where' ] ,
71
- read : listHelper . getReadFunction ( ) ,
71
+ read : listHelper . getReadFunction ( 'paginate' ) ,
72
72
merge : listHelper . mergeLists ,
73
73
} ,
74
74
allTicketChanges : {
75
75
keyArgs : [ 'where' ] ,
76
- read : listHelper . getReadFunction ( ) ,
76
+ read : listHelper . getReadFunction ( 'paginate' ) ,
77
77
merge : listHelper . mergeLists ,
78
78
} ,
79
79
allTicketComments : {
80
80
keyArgs : [ 'where' ] ,
81
- read : listHelper . getReadFunction ( ) ,
81
+ read : listHelper . getReadFunction ( 'paginate' ) ,
82
82
merge : listHelper . mergeLists ,
83
83
} ,
84
84
allTicketCommentFile : {
85
85
keyArgs : [ 'where' ] ,
86
- read : listHelper . getReadFunction ( ) ,
86
+ read : listHelper . getReadFunction ( 'paginate' ) ,
87
87
merge : listHelper . mergeLists ,
88
88
} ,
89
89
allTicketStatuses : {
90
90
keyArgs : [ 'where' ] ,
91
- read : listHelper . getReadFunction ( ) ,
91
+ read : listHelper . getReadFunction ( 'paginate' ) ,
92
92
merge : listHelper . mergeLists ,
93
93
} ,
94
94
allTicketFiles : {
95
95
keyArgs : [ 'where' ] ,
96
- read : listHelper . getReadFunction ( ) ,
96
+ read : listHelper . getReadFunction ( 'paginate' ) ,
97
97
merge : listHelper . mergeLists ,
98
98
} ,
99
99
allInvoices : {
100
100
keyArgs : [ 'where' ] ,
101
- read : listHelper . getReadFunction ( ) ,
101
+ read : listHelper . getReadFunction ( 'paginate' ) ,
102
102
merge : listHelper . mergeLists ,
103
103
} ,
104
104
allProperties : {
105
105
keyArgs : [ 'where' ] ,
106
- read : listHelper . getReadFunction ( ) ,
106
+ read : listHelper . getReadFunction ( 'paginate' ) ,
107
107
merge : listHelper . mergeLists ,
108
108
} ,
109
109
allTourStep : {
110
110
keyArgs : [ 'where' ] ,
111
- read : listHelper . getReadFunction ( ) ,
111
+ read : listHelper . getReadFunction ( 'paginate' ) ,
112
112
merge : listHelper . mergeLists ,
113
113
} ,
114
114
allMiniApps : {
115
115
keyArgs : [ 'where' ] ,
116
- read : listHelper . getReadFunction ( ) ,
116
+ read : listHelper . getReadFunction ( 'paginate' ) ,
117
117
merge : listHelper . mergeLists ,
118
118
} ,
119
119
allB2BApps : {
120
120
keyArgs : [ 'where' ] ,
121
- read : listHelper . getReadFunction ( ) ,
121
+ read : listHelper . getReadFunction ( 'paginate' ) ,
122
122
merge : listHelper . mergeLists ,
123
123
} ,
124
124
allOrganizationEmployeeSpecializations : {
125
125
keyArgs : [ 'where' ] ,
126
- read : listHelper . getReadFunction ( ) ,
126
+ read : listHelper . getReadFunction ( 'paginate' ) ,
127
127
merge : listHelper . mergeLists ,
128
128
} ,
129
129
} ,
0 commit comments