Skip to content

dankreiger/Rust-GraphQL-API-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust GraphQL Server

Prerequisites

Rust and Cargo

Start server

# Start API Server with debug log level.
RUST_LOG=debug cargo run

# => server will start on port 3030

Routes

Once the server is running, the following routes can be used.

Playground

This route links to the interactive GraphQL playground.

Api Endpoint

This route accepts GraphQL API requests.

TODO:

  • query example
  • mutation example
  • subscription example

Health Check

This route can be used to confirm the server is alive.

More info

About

GraphQL API server built in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages