-
### Product
Hot Chocolate
### Version
14.0.0
### Link to minimal reproduction
https://github.com/wouth/FusionCompositionIssue
### Steps to reproduce
- Run `dotnet tool restore`
- Build `FusionC…
-
### Product
Hot Chocolate
### Version
14
### Link to minimal reproduction
N/A
### Steps to reproduce
We're using the `AddGraphQLFunction()` extension method in our project which in turn calls h…
-
### Product
Hot Chocolate
### Version
14.0.0-rc.1
### Link to minimal reproduction
See zip below
### Steps to reproduce
Repro solution: [HotChocolateBugRepro.zip](https://github.com/user-attach…
-
## Summary
While we have support for JSON, there is no explicit support for GraphQL as a content type we can parse.
I think there is enough interest in the community to bring protection to Graph…
fzipi updated
3 months ago
-
As title suggest. Library user would want to have a way to evaluate a graphql query complexity and refuse queries that are too complex.
-
[Query cost/complexity validation/analysis](https://typegraphql.ml/docs/complexity.html) is not enough. See the following thread for more info: https://github.com/ravangen/graphql-rate-limit/issues/48…
-
For applications which seek the ability to charge for access to their GraphQL API, a cost analysis must be done to charge request based on their impact. As in, requesting a single model will cost less…
-
Would like to have rate limiting (# per user per second) and scoring of query cost (score per user per minute etc.).
Below points mentioned in https://blog.apollographql.com/securing-your-graphql-a…
ozum updated
8 months ago
-
Add something like https://github.com/pa-bru/graphql-cost-analysis to detect and protect against malicious resource hogging queries.
-
## What
I propose adding validation phase to this library. For detail, it would be the best for us to see [implementation of graphql-js](https://github.com/graphql/graphql-js/blob/c0cf320d3a569c83166…