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.
Integration for Marten Generally, the features from the `HotChocolate.Data` package should work with any LINQ provider from which some `IQueryable` can be retrieved. However, this is not the case with...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug If multiple authentication schemes are set and `GraphQLEndpointConventionBuilder.RequireAuthorization()` isn't set,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Generated SQL query is correct, but no related entities are...
**Describe the bug** I try to add a RedisSubscription Provider to my GQL API. If I do replace the Redis Subscription handler with the In Memory Subscription handler: Everything works...
Fixes tiny spelling mistake. - Changed EnittyFramework to EntityFramework
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug NOTE: Since I was not able to reproduce in a...
### Is your feature request related to a problem? I have an interface type with two implementing object types. Both object types refer to the same entity, so they share...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Within a backing GraphQL service, and when adding an Authorize...
```csharp [BatchDataLoader] public static IQueryable AssetById( IReadOnlyList ids, [DbContext(DbContextKind.Scoped)] AssetContext context) => context.Assets.Where(t => ids.Contains(t.Id)); [DataLoader(DataLoaderKind.Group)] public static IQueryable AssetById( IReadOnlyList ids, [DbContext(DbContextKind.Pooled)] AssetContext context, [Service(ServiceKind.Scoped)] Foo s) => context.Assets.Where(t...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug An empty string is a valid string. If the value...