/shuttle-axum-gql-ex

An example of how you can get GraphQL working with Shuttle/Axum.

Primary LanguageRust

shuttle-axum-gql-ex

This repository shows an example of how you can run a GraphQL endpoint with Axum in Rust.

Getting Started

To clone this repository, run the following:

git clone https://github.com/joshua-mo-143/shuttle-axum-gql-ex.git
cd shuttle-axum-gql-ex

Make sure you have cargo-shuttle installed and run the following:

cargo shuttle run

Go to http://localhost:8000 and you should see the GraphQL playground!