graphql-platform
graphql-platform copied to clipboard
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
#5288 #5281 Besides explaining in detail how subscription work and what makes SubscribeAndResolve differ from Subscribe added new section on using Subscriptions without HC's pubsub.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug This example ``` public async IAsyncEnumerable SubItems(long id, [Service] IEventTarget...
Summary of the changes (Less than 80 chars) - Detail 1 - Detail 2 Closes #bugnumber (in this specific format)
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I noticed that in HC12, when i make a batch...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug We recently enabled complexity calculation for the queries using following...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When you have a type that implement IComparable or IComparable,...
### Is your feature request related to a problem? Yes. I'll explain below. Let's say I have the following object: ``` public class Book { public Guid Id { get;...
Implement authorization handler delegating authz to an OPA (Open Policy Agent) REST API endpoint. The handler should send a `POST` request to an OPA [Data API](https://www.openpolicyagent.org/docs/latest/rest-api/#data-api) endpoint.