Shane Krueger

Results 854 comments of Shane Krueger

The complexity code seems real stupid. It's got code like "if zero impact then use default" right after it's got ??= default. So you can't set a field to a...

The complexity is indeed calculated completely differently than it was in the past (see #2863), and I do not find it to be useful at this time. I suggest copying...

Note: the complexity of an introspection query is known to be approximately 73706 currently, even if it's stupid. See https://github.com/graphql-dotnet/graphql-dotnet/pull/3485/files

> I suggest copying the complexity analyzer from an earlier version and using it in your codebase. I can assist with that endeavor. Correction: this won't work because the complexity...

> With the changes to GraphQL Parser v7/v8 there is much more depth required than previously - around double most likely. > > I think we need to consider the...

Can you post the exact nuget GraphQL packages and version numbers you were using before and what ones you are trying to use now?