From cadd0089a30edbba22f212b9753c5356fd7cee2c Mon Sep 17 00:00:00 2001 From: "rivantsov@gmail.com" Date: Mon, 23 Nov 2020 15:57:51 -0800 Subject: [PATCH 1/4] added NGraphQL link --- src/content/code/language-support/c-net/server/ngraphql.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/content/code/language-support/c-net/server/ngraphql.md diff --git a/src/content/code/language-support/c-net/server/ngraphql.md b/src/content/code/language-support/c-net/server/ngraphql.md new file mode 100644 index 0000000000..e5f922e268 --- /dev/null +++ b/src/content/code/language-support/c-net/server/ngraphql.md @@ -0,0 +1,6 @@ +--- +name: NGraphQL +description: A set of packages for implementing GraphQL servers in .NET +url: https://github.com/rivantsov/ngraphql +github: rivantsov/ngraphql +--- From a2132ac50341b1a38ec2122403485e1fd0bf2160 Mon Sep 17 00:00:00 2001 From: "rivantsov@gmail.com" Date: Wed, 25 Nov 2020 06:46:51 -0800 Subject: [PATCH 2/4] added to description --- src/content/code/language-support/c-net/server/ngraphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/language-support/c-net/server/ngraphql.md b/src/content/code/language-support/c-net/server/ngraphql.md index e5f922e268..f66baf6fc3 100644 --- a/src/content/code/language-support/c-net/server/ngraphql.md +++ b/src/content/code/language-support/c-net/server/ngraphql.md @@ -1,6 +1,6 @@ --- name: NGraphQL -description: A set of packages for implementing GraphQL servers in .NET +description: A set of packages for implementing high-performant GraphQL servers in .NET. Faithful implementation of official 2018 Specification. Features: batched execution (aka Data Loader); support for custom scalars; HTTP server based on ASP.NET Core; parsed query cache; modular API construction (equivalent of schema stiching); full introspection support; runtime metrics and quotas. url: https://github.com/rivantsov/ngraphql github: rivantsov/ngraphql --- From 217cbdda436102786668a4efd27bf52b2fece2f7 Mon Sep 17 00:00:00 2001 From: "rivantsov@gmail.com" Date: Wed, 25 Nov 2020 06:51:49 -0800 Subject: [PATCH 3/4] fix wfl error --- src/content/code/language-support/c-net/server/ngraphql.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/code/language-support/c-net/server/ngraphql.md b/src/content/code/language-support/c-net/server/ngraphql.md index f66baf6fc3..bec5356bba 100644 --- a/src/content/code/language-support/c-net/server/ngraphql.md +++ b/src/content/code/language-support/c-net/server/ngraphql.md @@ -1,6 +1,8 @@ --- name: NGraphQL -description: A set of packages for implementing high-performant GraphQL servers in .NET. Faithful implementation of official 2018 Specification. Features: batched execution (aka Data Loader); support for custom scalars; HTTP server based on ASP.NET Core; parsed query cache; modular API construction (equivalent of schema stiching); full introspection support; runtime metrics and quotas. +description: A set of packages for implementing high-performant GraphQL servers in .NET. Faithful implementation of official 2018 Specification. + +Features batched execution support (aka Data Loader); support for custom scalars; HTTP server based on ASP.NET Core; parsed query cache; modular API construction (equivalent of schema stiching); full introspection support; runtime metrics and quotas. url: https://github.com/rivantsov/ngraphql github: rivantsov/ngraphql --- From 1f6fcc2728c5c2a34e920160291dbb340df29743 Mon Sep 17 00:00:00 2001 From: "rivantsov@gmail.com" Date: Wed, 25 Nov 2020 06:54:39 -0800 Subject: [PATCH 4/4] build error --- src/content/code/language-support/c-net/server/ngraphql.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/content/code/language-support/c-net/server/ngraphql.md b/src/content/code/language-support/c-net/server/ngraphql.md index bec5356bba..f9a94187b0 100644 --- a/src/content/code/language-support/c-net/server/ngraphql.md +++ b/src/content/code/language-support/c-net/server/ngraphql.md @@ -1,8 +1,6 @@ --- name: NGraphQL -description: A set of packages for implementing high-performant GraphQL servers in .NET. Faithful implementation of official 2018 Specification. - -Features batched execution support (aka Data Loader); support for custom scalars; HTTP server based on ASP.NET Core; parsed query cache; modular API construction (equivalent of schema stiching); full introspection support; runtime metrics and quotas. +description: A set of packages for implementing high-performant GraphQL servers in .NET. Faithful implementation of official 2018 Specification. Features batched execution support (aka Data Loader); support for custom scalars; HTTP server based on ASP.NET Core; parsed query cache; modular API construction (equivalent of schema stiching); full introspection support; runtime metrics and quotas. url: https://github.com/rivantsov/ngraphql github: rivantsov/ngraphql ---