File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,12 @@ in [Rust](https://www.rust-lang.org/) and [TypeScript](https://www.typescriptlan
4949bindings 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
5759against 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
You can’t perform that action at this time.
0 commit comments