libgraphql 0.0.14

A library for building GraphQL tools, clients, and servers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# libgraphql

A library for building GraphQL tools, clients, and servers.

---

There's still a lot to do here...

License
=======

libgraphql is MIT licensed.

libgraphql re-exports some types provided by the 
[`graphql_parser`](https://github.com/graphql-rust/graphql-parser) crate, which
is licensed under the MIT license.