Ecosyste.ms: Awesome
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: 11 days ago
JSON representation
Strongly typed GraphQL client for .NET
- Host: GitHub
- URL: https://github.com/telia-oss/graphql-typed-client
- Owner: telia-oss
- License: mit
- Created: 2018-09-23T21:17:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T09:07:42.000Z (5 months ago)
- Last Synced: 2024-10-02T07:13:31.293Z (about 2 months ago)
- Topics: csharp, dotnet, graphql, graphql-client, typesafe
- Language: C#
- Size: 289 KB
- Stars: 20
- Watchers: 10
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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