libgraphql-parser 0.0.5

A blazing fast, error-focused, lossless GraphQL parser for schema, executable, and mixed documents.
Documentation
1
2
3
4
5
6
7
8
9
query SimpleQuery {
  viewer {
    id
    name
    email
    role
    status
  }
}