-
**Describe the bug**
I got a NullReferenceException at QueryError.CreateLocations at this line:
(I am sending the codes because I think it's obvious in right in the code)
```csharp
return syntax…
-
**Describe the bug**
When using the `ErrorBuilder`, `SetExtension` doesn't seem to accept an `IEnumerable` as value.
It used to support that in HC10. In HC11 instead it responds with:
```
{
"…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Referring to this issue: https://github.com/ChilliCream/hotchocolate/issues/5574
I updated t…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
We've been seeing high memory pressure on API gateways when microservices are redeployed whic…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
If I make a request with several mutations but one of them throws an exception then the data …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I'm using EF Core (v 5.0.9) and Automapper (v 10.1.1) with a very simple example databa…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
In the following, assume mutation conventions and `AddQueryFieldToMutationPayloads` are enabled, i.e., all mutation…
-
Using string enum like this:
`public class StringEnumTestType : EnumType
{
protected override void Configure(IEnumTypeDescriptor descriptor)
{
descriptor.Value("va…
-
**Describe the bug**
According to: https://facebook.github.io/graphql/June2018/#sec-Input-Object-Required-Fields
"An input field is required if it has a non‐null type and does not have a default val…
-
**Describe the bug**
I use middleware to resolve a service (`IMediator`) in its own scope so that all downstream things have their own scope, specifically DbContext to support parallel exec and DbCon…