issues Search Results · repo:slicknode/graphql-query-complexity language:TypeScript
Filter by
48 results
(88 ms)48 results
inslicknode/graphql-query-complexity (press backspace or delete to remove)The problem is that graphqljs doesn t publish real ESM, (they re using the module field). So a Node ESM project will
resolve to the CJS version of the files when importing exports via graphql , eg import ...
dburles
- 2
- Opened 24 days ago
- #100
import reflect-metadata ; import http from node:http ; import { ApolloServer } from @apollo/server ; import {
expressMiddleware } from @apollo/server/express4 ; import { ApolloServerPluginDrainHttpServer ...
arijit-itobuz
- Opened on Apr 8
- #99
So I was trying to see how other calculate their query complexity and ended up in the hygraph website, as you can see in
their doc they are saying that how they calculate the query complexity is like this: ...
kasir-barati
- 6
- Opened on Dec 19, 2024
- #96
https://github.com/graphql/express-graphql has be deprecated to in favor of https://github.com/graphql/graphql-http
It would be great to update the demo in the readme, thanks! ☺️
hongbo-miao
- Opened on Dec 1, 2024
- #95
The recent v1.0.0 release has made this package incompatible with the Node.js runtime, because of this change from a
valid fully specified import path to an invalid non fully specified import path missing ...
jaydenseric
- 12
- Opened on Jun 11, 2024
- #93
Imagine we have an external service that we re calling out to in order to populate the foo array field.
I can request any number of elements for that, but the issue is that asking for any number drastically ...
liam-jones-lucout
- 1
- Opened on Feb 23, 2023
- #86
This query was in some logs:
mutation {
__typename
}
which caused:
TypeError: Cannot read properties of undefined (reading name )\n at QueryComplexity.nodeComplexity (/app/node_modules/graphql-query-complexity/dist/cjs/QueryComplexity.js:105:46 ...
sam-super
- 2
- Opened on Nov 25, 2022
- #85
I want to have both the expected and actual query complexity/cost, like in the shopify api:
https://shopify.dev/api/usage/rate-limits#requested-and-actual-cost.
The expected query cost is pretty easy ...
eduhenke
- Opened on Oct 11, 2022
- #82
I spent several hours finding the best way to implement graphql-query-complexity with Apollo server v3 (server and
serverless) and I just wanted to post the answer in case anyone else needs it.
The trouble ...
daniel-keller
- 1
- Opened on Oct 4, 2022
- #81
I would love to build an estimator that ties into the Pothos complexity plugin.
This won t currently work because Pothos supports including the request context in estimation callbacks for fields.
Would ...
hayes
- Opened on Aug 25, 2022
- #76

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.