node-graphql-server
node-graphql-server copied to clipboard
Boilerplate code for scalable, production-ready GraphQL servers
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prisma](https://www.prisma.io) ([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/cli)) | [`1.34.12` -> `6.10.1`](https://renovatebot.com/diffs/npm/prisma/1.34.12/6.10.1) | [](https://docs.renovatebot.com/merge-confidence/) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nodemon](https://nodemon.io) ([source](https://togithub.com/remy/nodemon)) | [`1.19.4` -> `2.0.20`](https://renovatebot.com/diffs/npm/nodemon/1.19.4/2.0.20) |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/graphql-boilerplates/node-graphql-server). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [graphql-yoga](https://togithub.com/dotansimha/graphql-yoga) | [`1.18.3` -> `2.13.13`](https://renovatebot.com/diffs/npm/graphql-yoga/1.18.3/2.13.13) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [dotenv](https://redirect.github.com/motdotla/dotenv) | [`6.2.0` -> `16.5.0`](https://renovatebot.com/diffs/npm/dotenv/6.2.0/16.5.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
When I run the server and try to create a draft I receive the following error: ApolloError.js:43 Uncaught (in promise) Error: Network error: Unexpected token < in JSON at position...
Advanced README stated to use `--boilerplate node-advanced`, which is not a valid option with the current graphql-cli. Instead boilerplate is prompted for. Also there is no prompt regarding deploying the...
I tried bootstraping a new GQL project using the graphql-cli - however, it seems the CLI has changed. When I executed `graphql create boilerplate-backend --boilerplate node-advanced`, I received the "invalid...
These boilerplates are super useful. Has anyone been able to create add a reset password route? I am not too familiar with `jwt` and `node` functionality and have not found...