-
```
public IQueryable GetDevices([Service] AppDbContext dbContext)
{
//How to retrive user claims here
//Incase of controllers we use User.Claims.First(x =>…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
When we upgrade our service from v11.3.1 to v12.7.0, the service has issue in middleware orde…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Hi, I have an issue where my application just stops or takes a long time to respond to …
ghost updated
4 weeks ago
-
**Describe the bug**
Starwars template project throws the following error, for any query:
```The type `System.Collections.Generic.IEnumerable` of field `Query.character` could not be resolved to…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
When using `GlobalObjectIdentification` in a HotChocolate GraphQL service, the internal ID's of entities get replaced by …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Hot Chocolate returns status code _500 Internal server error_ instead of _400 Bad request_ fo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
**UPDATE** Changing title to reflect that this is happening for any custom scalar that …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
With version 13.4.0 GraphQL SSE subgraph support was added to fus…
-
-
I have a resolver that may return a null value, and the corresponding schema definition allows to return null values, but my client receives an error showing the following message: "Object reference n…