create-graphql-server icon indicating copy to clipboard operation
create-graphql-server copied to clipboard

Generate your GraphQL server one type at a time

Results 19 create-graphql-server issues
Sort by recently updated
recently updated
newest added

Note that I've not had time to spend on this project and I think the dependencies are increasingly falling out of date. If anyone is interested in taking over the...

`npm run build` since `babel-node` isn't meant for production use. My attempt is failing: ``` $ GLOBIGNORE="node_modules/*"; babel **/*.js -o build.js ReferenceError: [BABEL] data/chapters.js: Unknown option: /Users/me/gh/api-model/node_modules/babel-preset-env/lib/index.js.__esModule. Check out http://babeljs.io/docs/usage/options/...

Sorry for the lack of PR—working in a generated server with lots of other changes! Latest version of `apollo-link-ws` uses `graphql-ws` as the protocol, which isn't supported by `"subscriptions-transport-ws": "0.2.6"`...

From `"graphql-server-express": "^0.4.3"` to `apollo-server-express`, currently [at `1.2.0`](https://www.npmjs.com/package/apollo-server-express)

Hi, that is a great project, thank you for you time! It seems like generated code respects only querying with related data (likes, followers etc), but for mutations I do...

Hello! After installing CGS and all its dependencies on Windows 10, I immediately get "Error Code 2: MongoDB was started with erroneous or incompatible command line options" upon startup. Wondering...