Skip to content

Commit 6695330

Browse files
committed
2 parents 726cac5 + 930953b commit 6695330

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ app and your native/hybrid app.
2121

2222
# Getting Started
2323

24+
## Related projects
25+
26+
I created a couple of sample projects to demonstrate integrating the [schema.today.graphql](./samples/schema.today.graphql)
27+
service into an Electron app. They're available under my personal account, feel free to use either or both of these as a
28+
starting point to integrate your own generated service with Node or Electron:
29+
* [electron-cppgraphql](https://github.com/wravery/electron-cppgraphql): Node Native Module which compiles
30+
against the version of the Node headers included in Electron.
31+
* [cppgraphiql](https://github.com/wravery/cppgraphiql): Electron app which consumes `electron-cppgraphql` and
32+
exposes an instance of [GraphiQL](https://github.com/graphql/graphiql) on top of it.
33+
34+
35+
2436
## Installation process
2537

2638
First, clone this repo, then make sure you have the dependencies. Acquiring the dependencies is a

0 commit comments

Comments
 (0)