-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Hi Team,
i am not getting any of graphql project which is not implemented in .net framework …
-
**Is your feature request related to a problem? Please describe.**
My GraphQL backend database is an SQL database, and I'd like to consolidate queries as much as possible. Right now I can batch multi…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
`JsonElement` and other types that utilize it allow for…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
We have a class generated from XSD. This class include generated fields like `XXSpecified`, which are mandatory to XmlSer…
-
**Description**
Subscription notifications are not being received by the client when the subscription's argument is a custom input type.
**To Reproduce**
- Modify the AspNetCore.StarWars exampl…
-
**Describe the bug**
The recently added feature [UseFiltering] attribute is not resolving with latest rc.0 packages on nuget see [documentation](https://hotchocolate.io/docs/descriptor-attributes)
…
-
**Describe the bug**
When using the HotChocolate filtering for DateTime-objects, the timezone is ignored and more or less results than expected are returned:
Correct:
![image](https://user-images.g…
-
I'm querying for two objects which are both needed in the same component. One of the queries have to wait for the other and use its "authorid" field as an argument for the other.Any way to implement t…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
I need to use query conventions (e.g., `[Error]`) with fields that return non-object types such as `List` or primitives s…
-
I have a product mutation api (add & update & ...) like this
```
public int AddProduct(ProductInput input) { ......}
public int UpdateProduct(ProductInput input) { ......}
public class ProductIn…