Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 11 days 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 version aka: Linq (Expressions) to GraphQl to C# Models
- The .net 7 version is in folder "net7.0"
- No Vsix nor Nuget package, simply clone, build, copy the output dll file for reuse
- Dependency on HttClient is also freed, its up to the callee how request are sent