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

Boilerplate code for scalable, production-ready GraphQL servers

Results 44 node-graphql-server issues
Sort by recently updated
recently updated
newest added

Add an extra `replaceInFile` to `install.js` to replace `app` with the actual project name.

The readme is included in the boilerplate, so it also ends up in the generated project, which doesn't make much sense.

For example, it could ask if you want to include Apollo Engine, or an authentication module, or any reusable building block we can come up with.

The syntax to set the environment variable in the npm scripts doesn't work on Windows...

It is hardcoded, so it shows the wrong output on `now deploy`: ``` > Server is running on http://localhost:4000 > Deployment complete! > Assigning alias test22 to deployment... > Success!...

## server ```graphql # first, we'll receive an empty feed query emptyFeed { feed { id } } # let's signup! we'll store the received token in the a new...

This project is meant as a go-to resource for modern, scalable GraphQL server implementations. ### Requirements - [ ] Use case that contains all following requirements - [ ] Control...

Currently the start message looks like this: ![image](https://user-images.githubusercontent.com/281337/32701531-f38335de-c7d7-11e7-984f-400099380bec.png) I think we can make it a lot more awesome and welcoming.

The current boilerplate uses express. I think there are at least two more 'scalable, production ready' options: [Micro](https://github.com/apollographql/apollo-server#zeit-micro) and [AWS Lambda](https://github.com/apollographql/apollo-server#aws-lambda)

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nodemon](https://nodemon.io) ([source](https://redirect.github.com/remy/nodemon)) | [`1.19.4` -> `3.1.10`](https://renovatebot.com/diffs/npm/nodemon/1.19.4/3.1.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nodemon/3.1.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...