GraphQL-example
GraphQL-example copied to clipboard
An example code structure for a GraphQL-powered mobile app. Contains client and server code.
Archived Repository The code of this repository was written during a Hack Day by a Marmelab developer. It's part of the distributed R&D effort at Marmelab, where each developer spends 2 days a month for learning and experimentation. This code is not intended to be used in production, and is not maintained. |
GraphQL-example
An example code structure for a GraphQL-powered mobile app in full-stack JavaScript. Contains client and server code. Architecture and code explained in the Dive into Graphql series.
Installation
npm install
Run the server
npm start
Run tests
npm test