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: about 1 year 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T12:27:55.000Z (over 3 years ago)
- Last Synced: 2025-05-10T09:51:30.436Z (about 1 year ago)
- Topics: async, graphql, rust, rust-crate, rust-lang
- Language: Rust
- Homepage:
- Size: 2.51 MB
- Stars: 91
- 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.