Jorge Paravicini

Results 5 issues of Jorge Paravicini

I usually define collections in my entities with a getter only like this: ```C# public class GroupReservation { [Key] public int Id { get; set; } public string? Reference {...

enhancement

### Product Hot Chocolate ### Is your feature request related to a problem? We're using HotChocolate for our GraphQL API in a .NET project, and we have a common pattern...

🎉 enhancement
🌶️ hot chocolate

Currently, the library only supports CJS modules. I am writing an angular wrapper, and using this library could cause optimization bailouts as described in the [angular docs](https://angular.io/guide/build#configuring-commonjs-dependencies). To prevent this...

feature request

We have a use case where we have a `CoalescingMergeTree` and insert data into this table from different materialized views. The idea is that each materialized view provides different columns...

enhancement

### Describe the bug We have set up some staging tables that are materialized as ephemeral, i.e., not materialized at all. We then would like to create a materialized view...

bug