We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ddbf73 commit a9e85b5Copy full SHA for a9e85b5
indexer/src/kadena-server/server.ts
@@ -35,7 +35,7 @@ import {
35
import { depthLimit } from '@graphile/depth-limit';
36
37
// Maximum allowed complexity
38
-const MAX_COMPLEXITY = 1000;
+const MAX_COMPLEXITY = 2500;
39
40
const typeDefs = readFileSync(join(__dirname, './config/schema.graphql'), 'utf-8');
41
0 commit comments