node-graphql-server
node-graphql-server copied to clipboard
Boilerplate code for scalable, production-ready GraphQL servers
I tried to play with the 'basic' project and found that I can't use createDraft mutation:  but I can use createPost without 'isPublished' value because this key has...
I recently came across two use cases that would both be solved by a central document to give space for explanations and background information for decisions. 1) In-line comments For...
`Loading (from {process.env.REACT_APP_GRAPHQL_ENDPOINT})` should either be removed or the proper server endpoint should be inserted. @nikolasburk Since this is the issue with over all node advanced I will fix it...

It should be possible to * clone the repo * run the install script manually * end up with the same result as if you'd run `graphql create` This should...
example: ```js import { Context } from '../utils' export const Subscription = { city: { subscribe: async (parent, args, ctx: Context, info) => { return ctx.db.subscription.city({}, info) }, }, }...
https://github.com/renanlopescoder/node-restify-graphql =)