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.
21
21
22
22
# Getting Started
23
23
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
+
24
36
## Installation process
25
37
26
38
First, 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