We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff02889 + f189e1f commit cee52a0Copy full SHA for cee52a0
indexer/package.json
@@ -8,6 +8,7 @@
8
"dependencies": {
9
"@apollo/server": "^4.11.0",
10
"@aws-sdk/client-s3": "^3.514.0",
11
+ "@graphile/depth-limit": "^0.3.1",
12
"@graphql-codegen/cli": "^5.0.2",
13
"@graphql-codegen/typescript": "^4.0.9",
14
"@graphql-codegen/typescript-resolvers": "^4.2.1",
@@ -23,7 +24,8 @@
23
24
"cors": "^2.8.5",
25
"dataloader": "^2.2.2",
26
"express": "^4.18.2",
- "graphql": "^16.9.0",
27
+ "graphql": "^16.10.0",
28
+ "graphql-query-complexity": "^1.0.0",
29
"graphql-scalars": "^1.23.0",
30
"graphql-subscriptions": "^2.0.0",
31
"graphql-tag": "^2.12.6",
0 commit comments