graphql-platform icon indicating copy to clipboard operation
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.

Results 567 graphql-platform issues
Sort by recently updated
recently updated
newest added

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...

📚 documentation
🌶️ website
🌶️ hot chocolate

### 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,...

🐛 bug
🌶️ hot chocolate
Area: Security
📌 pinned

### 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...

🐛 bug
🌶️ hot chocolate
Area: EntityFramework
Area: Data
⌛ stale

**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...

🐛 bug
🌶️ hot chocolate
⌛ stale

Fixes tiny spelling mistake. - Changed EnittyFramework to EntityFramework

📚 documentation

### 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...

🐛 bug
🌶️ hot chocolate

### 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...

🎉 enhancement
🌶️ hot chocolate
Area: Relay

### 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...

🐛 bug
⌛ stale

```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...

🎉 enhancement
🌶️ hot chocolate

### 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...

🐛 bug
🌶️ hot chocolate