-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Strawberry Shake
### Describe the bug
I'm using Strawberrry Shake as a client in a suite o…
-
### Is your feature request related to a problem?
I'm using Mutation Conventions to handle errors by decorating my mutations with `[Error(typeof(ValidationException))]`. This works well by handling e…
-
### Product
Hot Chocolate
### Version
13.7.0
### Link to minimal reproduction
https://github.com/open-telemetry/opentelemetry-dotnet/pull/5026
### Steps to reproduce
```csharp
bu…
-
When providing an `INamingConventions` implementation that overrides `GetEnumValueName(object value)`, it is also applied to the *introspection* schema, making it incompliant with the GraphQL specific…
Zero3 updated
1 month ago
-
### Description
The [RFC](https://github.com/graphql/graphql-spec/pull/825) for `oneOf` input types is nearing completion and is in the phase of [gathering feedback from libraries and users](https:…
-
> Logging here so I don't forget.
---
for the query:
```graphql
query BlogArticleQuery($isAmp: Boolean!) {
article(slug: "example") {
title(amp: $isAmp) { value }
}
}
``…
-
I'm not sure how you've built your dynamic schema, but when using `ITypeModule` you have the `TypesChanged` event that you can trigger to reload the schema.
Currently there is no documentation on t…
-
### Product
Hot Chocolate
### Version
13.9.14
### Link to minimal reproduction
https://github.com/rquackenbush/wundergraph-examples/tree/main/Example_001
### Steps to reproduce
De…
-
**Is your feature request related to a problem? Please describe.**
It would be great if this library support persisted queries, which means the server already knows the query the client is sending, a…
-
Hello everyone!
Thanks for became this amazing solution avaliable for the .NET ecosystem.
I"m reading the documentation of "[how use HotChocolate with MongoDb at projection level](https://chill…