Skip to content

Commit 58186e2

Browse files
Benjamin KnifflerSashko Stubailo
Benjamin Kniffler
authored and
Sashko Stubailo
committed
Add C# graphql-net-client (graphql#285)
Hey, since I couldn't find any resources how to query GraphQL endpoints from C# specifically I created an example. It might not be the most sophisticated or feature-complete implementation, but it could help people to get started using GraphQL on .NET.
1 parent a67e1c9 commit 58186e2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

site/code/index.html.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,11 @@ Code that executes a hello world GraphQL query with \`graphql-clj\`:
359359
360360
### Swift / iOS
361361
362-
- [Apollo iOS](http://dev.apollodata.com/ios/) ([github](https://github.com/apollostack/apollo-ios)): A GraphQL client for iOS that returns results as query-specific Swift types, and integrates with Xcode to show your Swift source and GraphQL side by side, with inline validation errors.
362+
- [Apollo iOS](http://dev.apollodata.com/ios/) ([github](https://github.com/apollostack/apollo-ios)): A GraphQL client for iOS that returns results as query-specific Swift types, and integrates with Xcode to show your Swift source and GraphQL side by side, with inline validation errors.
363+
364+
### C# / .NET
365+
366+
- [graphql-net-client](https://github.com/bkniffler/graphql-net-client): Basic example GraphQL client for .NET.
363367
364368
## Tools
365369

0 commit comments

Comments
 (0)