From ff742689ee961766ab863c0772ed2a47a894737a Mon Sep 17 00:00:00 2001 From: Gergely Nemeth Date: Mon, 27 Jul 2015 08:03:08 +0200 Subject: [PATCH] docs(readme): add graffiti overview to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 440c2c9..a057329 100644 --- a/README.md +++ b/README.md @@ -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 ```