-
Adding ``HotChocolate.AspNetCore.Authorization`` to the schema removes the ``@link`` directive from the schema.
**How to reproduce**
1. create a graphql schema with federation support
```csha…
-
### Is your feature request related to a problem?
See https://github.com/ChilliCream/hotchocolate/issues/1596
### The solution you'd like
Is there any way we can integrate / hook on applicati…
-
The terms "persisted queries" and "stored operations" are typically used interchangably. The traditional name is "persisted queries", but the term "stored operations" acknowledges that this approach c…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Hot Chocolate
### Describe the bug
The projection middleware is generating this query:
```cs
DbS…
-
The `Datetime` filter on the GraphQL API currently ignores timezones. To solve this problem an issue was opened the Hot Chocolate Repository. As of 16.06.2021 a fix is scheduled for Version 12. Review…
-
### Product
Hot Chocolate
### Version
13.8.1
### Link to minimal reproduction
See zip below
### Steps to reproduce
Repro: [HotChocolateRepro.zip](https://github.com/ChilliCream/graphql-platform…
-
i'm trying to convert an existing demo project (graphql server) with custom DI to the new native dependency injection of azure functions but i get a `No coercion operator is defined between types 'Sys…
-
I am just starting to experiment with graphql and the graphql.client and have a pretty straight-forward mutation to add a new user:
```
mutation CreateTheUser($input: CreateUserInput!) {
createUs…
-
Thanks for building this sample app. It was really helpful in getting up and running with HotChocolate in our Azure Functions app.
The one thing I noticed was in pulling everything into a project w…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
Apollo Federation has introduced [@interfaceObject](https://www.apollographql.com/docs/federation/federated-types/i…