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

Example GraphQL server with Mongoose (MongoDB) and Node.js

Results 4 graphql-server issues
Sort by recently updated
recently updated
newest added

Thanks for this @hekike , really helpful. Your GraphQL Schema that a user is only interested in returning the populated list of friends. What if we need the flexibility to...

I tried implementing GraphQL schemas using your sample code. You use the resolve method on a `GraphQLObjectType` with the following parameters: [`root, {id}, source, fieldASTs`](https://github.com/RisingStack/graphql-server/blob/master/src/server/schema.js#L71). Your `fieldASTs` object seems to...

tests were failing for me...

Tests will not run otherwise (node v0.12.7) ``` bash-3.2$ NODE_ENV=test mocha --compilers js:babel/register --require co-mocha $(find src -name *.spec.js) /Users/arkadiy/mine/graphql-server/node_modules/koa/lib/application.js:179 function *respond(next) { ^ SyntaxError: Unexpected token * at exports.runInThisContext...