From 2a51236ea01b286244235354e4624ef3aa7504c2 Mon Sep 17 00:00:00 2001 From: Raul Hidalgo Caballero Date: Mon, 11 Dec 2017 06:17:12 +0100 Subject: [PATCH 1/2] Update index.html.js --- site/code/index.html.js | 1 + 1 file changed, 1 insertion(+) diff --git a/site/code/index.html.js b/site/code/index.html.js index 5b5e88713f..c298b98440 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -399,6 +399,7 @@ Executor.execute(schema, query) map println ### C# / .NET + - [GraphQL.Client](https://github.com/deinok/GraphQL.Client): A GraphQL Client for .NET. - [graphql-net-client](https://github.com/bkniffler/graphql-net-client): Basic example GraphQL client for .NET. ### Go From f8ba16d82c42a3c5d302b0a2aaad9055136b271b Mon Sep 17 00:00:00 2001 From: Raul Hidalgo Caballero Date: Wed, 13 Dec 2017 20:13:26 +0100 Subject: [PATCH 2/2] Update index.html.js --- site/code/index.html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/code/index.html.js b/site/code/index.html.js index c298b98440..bd21393db2 100644 --- a/site/code/index.html.js +++ b/site/code/index.html.js @@ -399,7 +399,7 @@ Executor.execute(schema, query) map println ### C# / .NET - - [GraphQL.Client](https://github.com/deinok/GraphQL.Client): A GraphQL Client for .NET. + - [GraphQL.Client](https://github.com/graphql-dotnet/graphql-client): A GraphQL Client for .NET. - [graphql-net-client](https://github.com/bkniffler/graphql-net-client): Basic example GraphQL client for .NET. ### Go