Skip to content

Commit cee52a0

Browse files
authored
Merge pull request #207 from 0xneves/v0/feat-query-complexity
feat: query complexity
2 parents ff02889 + f189e1f commit cee52a0

File tree

4 files changed

+971
-5554
lines changed

4 files changed

+971
-5554
lines changed

indexer/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dependencies": {
99
"@apollo/server": "^4.11.0",
1010
"@aws-sdk/client-s3": "^3.514.0",
11+
"@graphile/depth-limit": "^0.3.1",
1112
"@graphql-codegen/cli": "^5.0.2",
1213
"@graphql-codegen/typescript": "^4.0.9",
1314
"@graphql-codegen/typescript-resolvers": "^4.2.1",
@@ -23,7 +24,8 @@
2324
"cors": "^2.8.5",
2425
"dataloader": "^2.2.2",
2526
"express": "^4.18.2",
26-
"graphql": "^16.9.0",
27+
"graphql": "^16.10.0",
28+
"graphql-query-complexity": "^1.0.0",
2729
"graphql-scalars": "^1.23.0",
2830
"graphql-subscriptions": "^2.0.0",
2931
"graphql-tag": "^2.12.6",

0 commit comments

Comments
 (0)