Skip to content

Commit 217cbdd

Browse files
committed
fix wfl error
1 parent a2132ac commit 217cbdd

File tree

1 file changed

+3
-1
lines changed
  • src/content/code/language-support/c-net/server

1 file changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: NGraphQL
3-
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.
3+
description: A set of packages for implementing high-performant GraphQL servers in .NET. Faithful implementation of official 2018 Specification.
4+
5+
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.
46
url: https://github.com/rivantsov/ngraphql
57
github: rivantsov/ngraphql
68
---

0 commit comments

Comments
 (0)