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.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug When using [Enumeration classes](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/enumeration-classes-over-enum-types), attempts to [bind the classes](https://chillicream.com/docs/hotchocolate/defining-a-schema/enums#non-enum-values) results...
### Is your feature request related to a problem? Some methods in the library accept GraphQL strings, e.g. `AddDocumentFromString()` or `ExecuteAsync()`. Currently there is no syntax highlighting / validation for...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Executing any request against a GraphQL server running the latest...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I have a simple document that has a collection (modelReferences),...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug This is thrown when is trying to generate code: >...
### Is your feature request related to a problem? From what i understand (from the unit tests), is that you can run one query, and grab output variables from it...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug I Have wrapped an old DB2 database with EF and...
1. Fixed unit test for pull request #5008. The OnCompleted callback may be triggered accidentally by Dispose method. 2. Notify observer to complete async stream on network error. Closes #5006
### Is your feature request related to a problem? Hi everyone! We with my team, using your product Banana Cake Pop on .NET Core platform. Often when we debug our...
### Is your feature request related to a problem? Banana Cake Pop sends no Content-Security-Policy HTTP header to the browser. https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP ### The solution you'd like Add a `Content-Security-Policy` (CSP)...