Skip to content

The purpose of this example is to provide details as to how one would go about using GraphQL with the Rust Language.

License

Notifications You must be signed in to change notification settings

conradwt/zero-to-graphql-using-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.1 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

Production Setup

Ready to run in production? Please check our deployment guides.

GraphQL References

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 2022 Conrad Taylor. All Rights Reserved.

About

The purpose of this example is to provide details as to how one would go about using GraphQL with the Rust Language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages