Ivan Maximov

Results 156 issues of Ivan Maximov

fixes #3268 Example of `extensions.stacktrace`. Note that there are no error messages - only stacktraces and exception types. ``` GraphQL.ExecutionError: at GraphQL.Tests.Errors.ErrorInfoProviderTests.exposeExceptions_with_real_stack_trace_in_extensions() in C:\_GITHUB_\graphql-dotnet\src\GraphQL.Tests\Errors\ErrorInfoProviderTests.cs:line 186 [inner] System.ArgumentNullException: at GraphQL.Tests.Errors.ErrorInfoProviderTests.exposeExceptions_with_real_stack_trace_in_extensions() in...

test
new API

`ExposeExceptionStackTrace = true`: ``` GraphQL.ExecutionError: Exception of type 'System.ArgumentNullException' was thrown. ---> System.ArgumentNullException: Exception of type 'System.ArgumentNullException' was thrown. ---> System.ArgumentOutOfRangeException: Specified argument was out of the range of valid...

fixes #3267 @Shane32 I need your help with tests using mocks. I'm not familiar with that type of tests and always spend enormous time to figure out what I need...

BREAKING

I want to cache only those documents that come via APQ. In the general case, the cache can grow quickly if you cache all incoming requests. All that I need...

I propose to release v6 along with server v7 after review all stuff for subscriptions. https://github.com/graphql-dotnet/graphql-dotnet/milestone/22

Note: we should add an attribute for setting the complexity factor on fields of type-first/schema-first schemas. _Originally posted by @Shane32 in https://github.com/graphql-dotnet/graphql-dotnet/issues/3195#issuecomment-1164760968_

complexity

Closes #474. Needs counterpart in NSJ project.

test

Either way is fine with me. These errors are “server errors” and should not normally returned to the end user, but rather used for debugging and logging. So extra information...

enhancement