Skip to content

Just me testing GraphQL using Juniper framework along with Rocket framework in Rust

Notifications You must be signed in to change notification settings

tejasag/testing-graphql-rocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing GraphQL with Rocket in Rust

This repository just contains some code I used to test GraphQL with Rocket. You might see some weird and bad code practises in the code but that is just the code from the examples directory of juniper :)

Requirements

  • Rust and Cargo installed.
  • Rustup version 1.23.1 or above

Building from source

  • Download or Clone the repository
git clone https://github.com/tejasag/testing-graphql-rocket
  • Switch to nightly build of rust
rustup override set nightly
  • Run the code
cargo run

I am pretty sure that's it for now lmao

About

Just me testing GraphQL using Juniper framework along with Rocket framework in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages