xebia/graphql-js-innovation-day

Name: graphql-js-innovation-day

Owner: Xebia BV

Description: null

Created: 2015-08-21 07:19:36.0

Updated: 2015-08-21 12:56:18.0

Pushed: 2015-08-22 11:30:28.0

Homepage: null

Size: 126

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

graphql-server

Codeship Status for RisingStack/graphql-server
GraphQL server with Mongoose (MongoDB) and Node.js

Like this? Check out our GraphQL ORM: graffiti

Example GraphQL query:

(id: "1") {
me
iends {
name


Example response:


ata": {
"user": {
  "name": "John Doe",
  "friends": [
    {
      "name": "Friend One"
    },
    {
      "name": "Friend Two"
    }]
  }
}

Example GraphQL mutation:

tion updateUser($userId: String! $name: String!) {
dateUser(id: $userId name: $name) {
name


Used technologies
How to start

You need iojs or >= Node.js v0.12.x

install dependencies
install
seed database
run seed
start server
start
run client
run client
How to test
test

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.