-
Sometimes, the same item is accessed in multiple ways. Grouping similar queries would be extremely powerful for making efficient queries.
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
While migrating to v14 I noticed the addition of nullability to the dataloader `LoadAsync` calls. For the `BatchDataLoade…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
This is a feature request related to the minimal `DataLoaders `using the automatic registration from the `HotChocolate.Ty…
-
I would like to add more filtering/fetching parameters to data loader that are other than ID/key of object that I'm fetching. What would be the preferred way on doing that?
From samples, it seems, …
-
**Describe the bug**
The method [`GreenDonut.DataLoaderBase#LoadAsync`](https://github.com/ChilliCream/hotchocolate/blob/b689f5bcf4d9fbe072c2882d768ad2994cd25b5e/src/GreenDonut/src/Core/DataLoaderBas…
-
**Description**
In DataLoaderBase, StartAsyncBackgroundDispatching relies on AutoResetEvent to perform a recurrent "wait then process batch".
However, this design, by using `WaitOne` blocks the thr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
Whenever I add HotChocolate to my project, I get namespace collis…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
This is based on the information of ticket #2911. Accor…
-
### Product
Green Donut
### Version
13.8.1
### Link to minimal reproduction
https://github.com/ChilliCream/graphql-platform/blob/e2308ce28c296346bd5443bede04f1b5aec91d8b/src/GreenDonut/…
-
**Is your feature request related to a problem? Please describe.**
To keep Authorization checks performant, I need to load and cache user objects that have roles which are loaded from an external d…