An open API service indexing awesome lists of open source software.

https://github.com/telia-oss/graphql-typed-client

Strongly typed GraphQL client for .NET
https://github.com/telia-oss/graphql-typed-client

csharp dotnet graphql graphql-client typesafe

Last synced: about 1 year ago
JSON representation

Strongly typed GraphQL client for .NET

Awesome Lists containing this project

README

          

![](net4.6/media/icon.png)

# Strongly typed client for GraphQL in .NET

#### .NET Framework aka "Strongly Typed Client for GraphQL in .NET"
- It has just been moved to folder "net4.6"

- No changes has been done since previous commit

#### .NET 7 and .NET 9 versions, aka Linq (Expressions) to GraphQl to C# Models
- Versions are found in their respective folder
- There's no VSIX nor a Nuget package, simply clone, rebuild and copy the dll's from the bin folders for reuse
- Dependency on HttpClient is removed, it is up to callee how requests are sent