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 Hi, When using the new [UseServiceScope] attribute on a resolver...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug In the Apollo Server sandbox environment, when I run the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Is there any way to project spatial data to a...
https://github.com/graphql/graphql-spec/pull/939 https://github.com/graphql/graphql-js/pull/3527
### Is your feature request related to a problem? A 3rd party API we are integrating with requires us to add additional headers to each request that are unique to...
Dependencies to services were not allowed in Error filters. This PR adds support for DI. Closes #4871, #2768
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Have a dependenecy and an ErrorFilter: ``` class Dependency {}...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug A flag was added in https://github.com/ChilliCream/hotchocolate/pull/4709 for the related issue:...
### Is your feature request related to a problem? There are some published directives that specific providers might support - in this case, looking at the `tag` directive to support...
### Is your feature request related to a problem? The default timeout (30s) is suitable for most usecases, but occasionally an operation may require a longer timeout. Raising the timeout...