graphql-dotnet icon indicating copy to clipboard operation
graphql-dotnet copied to clipboard

GraphQL for .NET

Results 225 graphql-dotnet issues
Sort by recently updated
recently updated
newest added

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_

documentation

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

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...

federation

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...

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