change default maximum count of graphql

pull/1/head
farid saravi 5 years ago
parent 5afc5ddcce
commit 71a967996b

@ -98,7 +98,7 @@ return [
'interfaces' => 'App\\GraphQL\\Interfaces',
'unions' => 'App\\GraphQL\\Unions',
'scalars' => 'App\\GraphQL\\Scalars',
'directives' => ['WM\\Core\\GraphQL\\Directives'],
'directives' => ['WM\\Core\\GraphQL\\Directives', 'WM\\CRM\\GraphQL\\Directives'],
],
/*
@ -129,7 +129,7 @@ return [
|
*/
'paginate_max_count' => null,
'paginate_max_count' => 48,
/*
|--------------------------------------------------------------------------

Loading…
Cancel
Save