Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Greeff committed Mar 15, 2015
1 parent 48929ff commit 03c2f4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ var output = graphqlite.parse(`
}
}
`)

var backToString = graphqlite.stringify(output)
```

In the above example, `output` will be:
Expand Down Expand Up @@ -67,15 +69,13 @@ In the above example, `output` will be:
]
```

`stringify` takes the output from `parse` and generates a minified GraphQL string.

## Roadmap
Facebook will be releasing a GraphQL module in the future, but I didn't know what to expect from this
so I created this basic one as an experiment.
Therefore this module could become obselete in the future.

I do plan on adding some additional features though:
- GraphQL generation from object
- Other ideas welcome

## License

Licensed under the MIT License.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphqlite",
"version": "0.0.1",
"version": "0.0.2",
"description": "An experimental implementation of Facebook's GraphQL",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 03c2f4a

Please sign in to comment.