File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
2638First, clone this repo, then make sure you have the dependencies. Acquiring the dependencies is a
You can’t perform that action at this time.
0 commit comments