Rust
and Cargo
# Start API Server with debug log level.
RUST_LOG=debug cargo run
# => server will start on port 3030
Once the server is running, the following routes can be used.
This route links to the interactive GraphQL playground.
This route accepts GraphQL API requests.
TODO:
-
query
example -
mutation
example -
subscription
example
This route can be used to confirm the server is alive.
More info