Michael Staib

Results 571 comments of Michael Staib

8k fields is not a large schema :) The XML documentation did not get a lot of love the last couple of years. Basically we kept it as is, since...

https://github.com/ChilliCream/graphql-platform/tree/main/src/HotChocolate/Spatial https://github.com/ChilliCream/graphql-platform/tree/main/src/HotChocolate/Spatial/src/Types

This was a deliberate design decision: we currently support a nesting depth of two for lists. This keeps our implementation consistent with the examples provided in the GraphQL specification. While...

We will have a look at this later in september.

@N-Olbert we at the moment do not touch anything regarding HotChocolate.Data or GreenDonut.Data as we plan to bring them together. We will pull out the projections engine and rearchitecture it....

Yes, we are aware of this and will issue a fix with 15.1.12

This works as long as it's done before completion. But you actually do not want to solve that with a middleware as this would slow everything down that is optional....

I think I know what this is .... I will have a look. The issue with node resolvers is that they kind of do not exist and are just folded...

That is what the relay spec is about :) ID values are encoded into base64 to allow for global unique identifiers.