Skip to content

Tak-Iwamoto/rusty-gql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.