feat: GraphQL base implementation
Showing
| ... | @@ -37,6 +37,7 @@ | ... | @@ -37,6 +37,7 @@ |
| "node": ">=6.11.1" | "node": ">=6.11.1" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "apollo-server-express": "~1.0.4", | |||
| "auto-load": "~3.0.0", | "auto-load": "~3.0.0", | ||
| "axios": "~0.16.2", | "axios": "~0.16.2", | ||
| "bcryptjs-then": "~1.0.1", | "bcryptjs-then": "~1.0.1", | ||
| ... | @@ -62,6 +63,7 @@ | ... | @@ -62,6 +63,7 @@ |
| "follow-redirects": "~1.2.4", | "follow-redirects": "~1.2.4", | ||
| "fs-extra": "~4.0.0", | "fs-extra": "~4.0.0", | ||
| "git-wrapper2-promise": "~0.2.9", | "git-wrapper2-promise": "~0.2.9", | ||
| "graphql": "~0.10.5", | |||
| "highlight.js": "~9.12.0", | "highlight.js": "~9.12.0", | ||
| "i18next": "~8.4.3", | "i18next": "~8.4.3", | ||
| "i18next-express-middleware": "~1.0.5", | "i18next-express-middleware": "~1.0.5", | ||
| ... | ... |
server/modules/graphql.js
0 → 100644
This diff was suppressed by a .gitattributes entry.
Please
register
or
sign in
to comment