Skip to content

Commit 6a06c5a

Browse files
authored
Update Related Projects section of README
1 parent 35ccfc5 commit 6a06c5a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ in [Rust](https://www.rust-lang.org/) and [TypeScript](https://www.typescriptlan
4949
bindings for `GqlMAPI`. It is loosely based on `electron-gqlmapi`, and it is used by
5050
`Tauri-GqlMAPI`.
5151

52-
I created a couple of sample projects that worked with earlier versions of `cppgraphqlgen` to
53-
demonstrate integrating the [schema.today.graphql](./samples/schema.today.graphql) service into an
54-
Electron app. They're still available under my personal account, but I haven't updated them
55-
recently:
52+
I created a couple of sample projects to demonstrate integrating the
53+
[schema.today.graphql](./samples/schema.today.graphql) service into an Electron app. The
54+
`schema.today.graphql` schema and service implementation in `TodayMock.*` are focused on testing,
55+
so the specific bootstrapping used in these projects should not be re-used, but you can use them
56+
as a scaffold to start your own integration with Electron or Node.js. They're available under
57+
my personal account, and I recently updated them to match the latest release of `cppgraphqlgen`:
5658
- [electron-cppgraphql](https://github.com/wravery/electron-cppgraphql): Node Native Module which compiles
5759
against the version of the Node headers included in Electron. This was the starting point for
5860
`electron-gqlmapi`, and it is still useful as a sample because it does not depend on a platform-specific

0 commit comments

Comments
 (0)