Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: cppgraphqlgen-clientgen
description: A C++20 GraphQL request client generator and response parser using the schema document. If you want to consume a GraphQL service from a C++ client, you can pre-compile queries and deserialization functions for the expected results.
url: https://github.com/microsoft/cppgraphqlgen
github: microsoft/cppgraphqlgen
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: cppgraphqlgen-schemagen
description: A C++20 GraphQL service generator using the schema document. You can use this to implement a GraphQL service with resolvers backed by whatever C++ libraries you need.
url: https://github.com/microsoft/cppgraphqlgen
github: microsoft/cppgraphqlgen
---

Expand Down