Skip to content

Commit

Permalink
docs(readme): move example section above adapters
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Marton committed Jul 29, 2015
1 parent 2322532 commit 2f9a988
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ The client asks for various data from the GraphQL server via queries. The respon

For more info check out RisingStack's [GraphQL tutorial](https://blog.risingstack.com/graphql-overview-getting-started-with-graphql-and-nodejs/).

## Example server and queries

For a running **example server** and **executable queries**, check out our example repository and play with your GraphQL queries: [graffiti-example](https://github.com/RisingStack/graffiti-example)

## Adapters

* [mongoose](https://github.com/RisingStack/graffiti-mongoose)
Expand All @@ -29,10 +33,6 @@ For more info check out RisingStack's [GraphQL tutorial](https://blog.risingstac
* [Hapi](https://github.com/RisingStack/graffiti#hapi)
* [Koa](https://github.com/RisingStack/graffiti#koa)

## Example server and queries

For a running **example server** and **executable queries**, check out our example repository and play with your GraphQL queries: [graffiti-example](https://github.com/RisingStack/graffiti-example)

## Install

```
Expand Down

0 comments on commit 2f9a988

Please sign in to comment.