node-graphql-server
node-graphql-server copied to clipboard
Boilerplate code for scalable, production-ready GraphQL servers
Removes trailing space and makes all post text properties full sentences.
In some cases we need this type of flexibility in auth, so added a feature in the advanced boilerplate.
All default values should be strings even if the type is Boolean/Float/etc.
Since there's no `prisma` under scripts you can't follow the README because there is specified `yarn prisma `
# Scenarios The following is a collection of commons scenarios, with the goal of providing step-by-step explanations of how to go about them. All scenarios are based on `typescript-basic`. ##...
@marktani This should fix this issue https://github.com/graphql-boilerplates/react-fullstack-graphql/issues/359 * It was happening because User is an Object and was marked as required field in schema of AuthPayload. Now it's made optional...
The minimum required node version currently is 8+. If you try to get started with a boilerplate of an older version, you get this: ![screen shot 2018-04-03 at 5 06...