Zero to GraphQL Using Rust
The purpose of this example is to provide details as to how one would go about using GraphQL with the Rust Language. Thus, I have created two major sections which should be self explanatory: Quick Installation and Tutorial Installation.
Getting Started
Software requirements
-
Actix Web 3.3.3 or newer
-
PostgreSQL 14.0 or newer
-
Rust 1.57.0 or newer
Note: This tutorial was updated on macOS 11.6.2.
Communication
- If you need help, use Stack Overflow. (Tag 'rust', 'graphql', 'rust-actix', 'actix-web', 'juniper')
- If you'd like to ask a general question, use Stack Overflow.
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
Quick Installation
TBD
Tutorial Installation
TBD
Actix References
- Official website: https://actix.rs
- Guides: https://actix.rs/docs/getting-started
- Docs: https://actix.rs/docs
- Mailing list: TBD
- Source: https://github.com/actix/actix-web
Production Setup
Ready to run in production? Please check our deployment guides.
GraphQL References
- Official Website: https://github.com/graphql-rust/juniper
Support
Bug reports and feature requests can be filed with the rest for the Phoenix project here:
License
Zero to GraphQL Using Rust is released under the MIT license.
Copyright
copyright:: (c) Copyright 2021 Conrad Taylor. All Rights Reserved.