Skip to content

Commit eb15f31

Browse files
ortaacao
authored andcommitted
Adds a copy of the schema in the fs and links to it from the README
1 parent f4a40a9 commit eb15f31

File tree

4 files changed

+1189
-2
lines changed

4 files changed

+1189
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SWAPI GraphQL Wrapper
22
=====================
33

4-
A wrapper around [SWAPI](http://swapi.co) built using GraphQL.
4+
A wrapper around [SWAPI](http://swapi.co) built using GraphQL converting it into [this schema](schema.graphql).
55

66
Uses:
77

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"serve-public": "babel-node scripts/serve-public",
5252
"deploy": "scripts/build-public && scripts/deploy-public",
5353
"prettier": "prettier --write 'src/**/*.js'",
54-
"print-schema": "babel-node scripts/print-schema.js"
54+
"print-schema": "babel-node scripts/print-schema.js",
55+
"store-schema": "babel-node scripts/store-schema.js"
5556
},
5657
"dependencies": {
5758
"babel-runtime": "^6.26.0",

0 commit comments

Comments
 (0)