Jorge Paravicini
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 {...
### 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...
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...
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...
### 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...