PascalSenn
PascalSenn
Is you resolver hit? hoe does the rexpression look like on `return jobs`?
Possibly because it is "half projected" https://github.com/ChilliCream/hotchocolate/blob/8f0d403b1807b56215e188f2c90aec2bd5511bf2/src/HotChocolate/Data/src/Data/Projections/Expressions/Optimizers/QueryableFilterProjectionOptimizer.cs#L22-L30 i suppose it registers the middleware but does not respect IsProjected(false) thanks for reporting
@AlexKubiesa Did you get it to work with `sp.GetApplicationService`
@jamiewinder what version are you on? Can you provide a minimal reproduction?
@robotrick @edihasaj Did you try to configure the spaital types? ```csharp .AddSpatialTypes(x => x .DefaultSrid(4326) .AddCoordinateSystem(26918, WKT26918)) ``` alternatively, we've also merged https://github.com/ChilliCream/hotchocolate/pull/5048 into main. This is already available in...
@sgabler-solytic 12.7.0-preview.41 is now the current working branch of v13. We backported a lot of changes for another (two?) releases of v12. What exactly are you using of v12.7 preview?...
Github duplicated all my comments...
hmm do you want to send these extensions or receive them?
Not sure if i understand. Can you provide an example query?
@mwilde can you share query and schema?