graphql_client

Build Status docs crates.io

A typed GraphQL client library for Rust.

Features

Getting started

A complete example using the GitHub GraphQL API is available, as well as sample rustdoc output.

Examples

See the examples directory in this repository.

Roadmap

A lot of desired features have been defined in issues.

graphql_client does not provide any networking, caching or other client functionality yet. Integration with different HTTP libraries is planned, although building one yourself is trivial (just send the constructed request payload as JSON with a POST request to a GraphQL endpoint, modulo authentication).

There is an embryonic CLI for downloading schemas - the plan is to make it something similar to apollo-codegen.

Contributors

Many thanks go to all our contributors:

| | | | ------------------------------------------ | ------------ | | Alex Vlasov (@indifferentalex) | 👀 | | Fausto Nuñez Alberro (@brainlessdeveloper) | 👀 | | Peter Gundel (@peterfication) | 👀 | | Sooraj Chandran (@SoorajChandran) | 🤔 | | Tom Houlé (@tomhoule) | 💻📖🐛💡🔧👀 |

This project follows the all-contributors specification. Contributions of any kind are welcome!

Code of conduct

Anyone who interacts with this project in any space, including but not limited to this GitHub repository, must follow our code of conduct.

License

Licensed under either of these:

Contributing

Unless you explicitly state otherwise, any contribution you intentionally submit for inclusion in the work, as defined in the Apache-2.0 license, shall be dual-licensed as above, without any additional terms or conditions.