Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 212 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 212 Bytes

graphql-rs

A work-in-progress implementation of GraphQL for Rust

Items

  • Type System (WIP)
  • Lexer (WIP)
  • Parser (WIP)
  • Executor
  • Validator
  • Visitor
  • Printer
  • Examples