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
- Host: GitHub
- URL: https://github.com/telia-oss/graphql-typed-client
- Owner: telia-oss
- License: mit
- Created: 2018-09-23T21:17:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T13:46:26.000Z (over 1 year ago)
- Last Synced: 2025-03-22T19:12:10.184Z (over 1 year ago)
- Topics: csharp, dotnet, graphql, graphql-client, typesafe
- Language: C#
- Size: 310 KB
- Stars: 20
- Watchers: 9
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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