Code example for buidling a NodeJS / Python GraphQL server.
nodejs/
: Express + Apollo-Serverpython/
: Flask + Flask-GraphQLv1/
: 2016 version of the example, using Express + graphql-express, contains example for advanced syntax like fragments, interfaces and union types.