Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tak-iwamoto/rusty-gql

Schema First GraphQL library for Rust
https://github.com/tak-iwamoto/rusty-gql

async graphql rust rust-crate rust-lang

Last synced: 13 days ago
JSON representation

Schema First GraphQL library for Rust

Awesome Lists containing this project

README

        

# rusty-gql

rusty-gql is a Schema First GraphQL library for Rust.

It is designed to make it easier to create a GraphQL server.

[Book](https://tak-iwamoto.github.io/rusty-gql/)

## Features

- Schema First approach
- Code Generate from GraphQL schema
- Convention Over Configuration

## Status

rusty-gql is still an experimental project. APIs and the architecture are subject to change.

It is not yet recommended for use in production.