graphql-dotnet
graphql-dotnet copied to clipboard
GraphQL for .NET
If field builders are the primary design suggestion, the documentation for scoped services should transition to using the extension methods provided by `GraphQL.MicrosoftDI`. _Originally posted by @Shane32 in https://github.com/graphql-dotnet/graphql-dotnet/pull/3237#discussion_r925889566_
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_
Subj. Some details on what's in the PR: 1. Added [.devcontainer](https://github.com/Mithras/graphql-dotnet/tree/master/.devcontainer) because I don't want to install 9000 SDKs and packages on my host. OmniSharp (Intellisense) is half broken though...
Closes #474 Alternative to #3246 This scalar type is not specifically a "JSON" graph type so much as it is an 'any' graph type. Meaning, it can represent any simple...
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...