Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tak-iwamoto/rusty-gql
- Owner: Tak-Iwamoto
- License: mit
- Created: 2021-09-25T06:24:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T12:27:55.000Z (about 2 years ago)
- Last Synced: 2024-05-03T01:23:01.051Z (6 months ago)
- Topics: async, graphql, rust, rust-crate, rust-lang
- Language: Rust
- Homepage:
- Size: 2.51 MB
- Stars: 90
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.