graphql-rust/graphql-parser
A graphql query language and schema definition language parser and formatter for rust
RustApache-2.0
Issues
- 0
Expand CI checks
#84 opened by LegNeato - 3
proposal:embed graphql-parser as a secure graphql parser for multiple languages
#79 opened by devkral - 12
- 2
- 0
- 0
Requiring Text to be Clone
#72 opened by yrashk - 0
Parameter ordering after formatting
#70 opened by rpgreen-vendia - 0
- 1
Input Validation AST passes
#68 opened by olirice - 2
i64 is used for integers when i32 should be used
#53 opened by mathstuf - 1
- 7
Avoid using BTreeMap in `Value::Object` and use `Vec<(String, Value::Object)` instead?
#59 opened by dotansimha - 12
Visitor trait?
#25 opened by davidpdrsn - 0
spec: Directives on variable definitions
#60 opened by saihaj - 3
Time for a 0.3.1 release?
#50 opened by leoyvens - 5
Why does Document need a lifetime?
#41 opened by EverlastingBugstopper - 0
mutations are not printed properly
#51 opened by timsuchanek - 1
- 5
- 5
please document the format of the AST
#45 opened by bionicles - 4
Nom query
#35 opened by That3Percent - 3
Thoughts on rustfmt?
#39 opened by davidpdrsn - 2
Using spans instead of positions
#40 opened by davidpdrsn - 1
Name/TypeName/StringValue AST Node?
#38 opened by xuorig - 0
Arguments as structs?
#34 opened by nikis05 - 3
Implement From serde_json::Value for Value
#32 opened by nicolaiunrein - 4
New release on crates.io
#28 opened by LegNeato - 3
Update to latest spec
#15 opened by Keats - 4
Move to graphql-rust repo
#10 opened by theduke - 2
Comments
#18 opened by davidpdrsn - 4
Add to the awesome-graphql list?
#17 opened by tomhoule - 5
Add support for creating Value::Number from i32
#12 opened by Jannis - 2
IDL/SDL not stable?
#6 opened by Keats - 1
failure on directives with comments
#11 opened by casualjim