Skip to content

Commit

Permalink
docs(readme): add graffiti overview to README
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelyke authored and Peter Marton committed Jul 27, 2015
1 parent ff0cc46 commit ff74268
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# graffiti

Currently the consumption of HTTP REST APIs dominate the client-side world,
GraphQL aims to change this.
This transition can be time-consuming - this is where graffiti comes into the picture.

We don't want to rewrite our application - no one wants that.
graffiti provides an express middleware, a hapi plugin and a
koa middleware to convert your existing models into a GraphQL schema and exposes it over HTTP.

## Install

```
Expand Down

0 comments on commit ff74268

Please sign in to comment.