Darren Clark
Darren Clark
Came here to see if this was here. In my case I had: 1 Event hub namespace 2 Event hub topics Same consumer group name in both topics. 2 KafkaTrigger...
> Swashbuckle and NSwag were extremely important for enabling the generation of JS/TS clients from WebAPI backend code. Please don't break that workflow. I don't think anyone is breaking that,...
What I see is that _no_ field resolver level extensions function for entities, which kind of makes some sense since the resolver itself is not a field(the field is _entities),...
> I worked around this by using `ApplyPolicy.Validation` which does still fire for `_entities` I couldn't use `ApplyPolicy.Validation` but worked around with with ```csharp .AddQueryType(d => { d.Name("Query").Authorize(); d.Extend().OnBeforeCompletion((ctx, definition)...
Yah , I don't think you can do that currently, since the return type of _,entities is any there's no "field" to attach it to. The primary issue is that...
> That's not general purpose concurrency, like Go and some others have. It's comparing apples to oranges. It's any sort of non thread-per-task concurrency. Which AFAIK is pretty much all...
I have a fix for this, but not sure how to PR it. I branched from the version that I'm using, which is 13.8.1. I verified that this bug exists...
I just ran across this today, and the overall issue I believe is not supporting Apollo Federation 2.0. I wrote my own interfaceObject directive, and it was output in the...
It isn't. I fiddled a bit today to see if I could get _something_ working with manually created schema for federation. Specifically trying to get an entity resolve for an...