marmelab / GraphQL-example

An example code structure for a GraphQL-powered mobile app. Contains client and server code.

Home Page:https://marmelab.com/blog/2017/09/03/dive-into-graphql.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hackday 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

About

An example code structure for a GraphQL-powered mobile app. Contains client and server code.

https://marmelab.com/blog/2017/09/03/dive-into-graphql.html

License:MIT License


Languages

Language:JavaScript 95.3%Language:HTML 4.0%Language:Makefile 0.5%Language:CSS 0.2%