issues
search
graphql-rust
/
graphql-parser
A graphql query language and schema definition language parser and formatter for rust
Apache License 2.0
355
stars
77
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Release the change of VariableDefinition to Crate Io
#81
github2023spring
opened
3 months ago
1
Add Serde Support For AST
#80
sodiumjoe
opened
5 months ago
2
proposal:embed graphql-parser as a secure graphql parser for multiple languages
#79
devkral
opened
7 months ago
1
Release new version that includes the `combine` version bump?
#78
vorporeal
opened
7 months ago
9
Add Serde Support For AST
#77
anshap1719
closed
5 months ago
9
Add Serde Serialization For AST
#76
anshap1719
closed
12 months ago
1
Make block strings parsing conform to GraphQL spec.
#75
fpacanowski
closed
11 months ago
0
Block string parsing doesn't conform to GraphQL spec.
#74
fpacanowski
closed
11 months ago
0
Upgrade to latest combine version to support new rust versions
#73
humb1t
closed
1 year ago
0
Requiring Text to be Clone
#72
yrashk
opened
1 year ago
0
Add style option to disable block strings
#71
Devin-Sandhu-Vendia
closed
1 year ago
0
Parameter ordering after formatting
#70
rpgreen-vendia
opened
1 year ago
0
Extend Style to allow more control of string formatting
#69
rpgreen-vendia
opened
1 year ago
0
Input Validation AST passes
#68
olirice
closed
2 years ago
1
Introduce minify_query
#67
kamilkisiela
closed
1 year ago
2
Add VARIABLE_DEFINITION directive location
#66
vmagro
closed
1 year ago
4
Int as_i32 feature for backward compliant GraphQL spec compliance
#65
ittorchbearer
opened
2 years ago
5
Support for interface implementing another interface doesn't seem to work.
#64
ehiggs
closed
2 years ago
1
Expose `crate::common` utils
#63
dotansimha
closed
9 months ago
2
ci: setup GH actions for tests
#62
saihaj
closed
2 years ago
0
feat: support directive on variable definition
#61
saihaj
opened
2 years ago
2
spec: Directives on variable definitions
#60
saihaj
opened
2 years ago
0
Avoid using BTreeMap in `Value::Object` and use `Vec<(String, Value::Object)` instead?
#59
dotansimha
opened
2 years ago
7
Add better diagnostics to graphql-parser.
#58
Yatekii
closed
2 years ago
6
Value: add an `into_static` method
#57
mathstuf
closed
3 years ago
1
Introduce query Transformer
#56
kamilkisiela
opened
3 years ago
1
Upgrade to combine 4.x.y
#55
DoumanAsh
closed
1 year ago
3
Query visitor with schema type info
#54
vladinator1000
closed
2 years ago
0
i64 is used for integers when i32 should be used
#53
mathstuf
opened
3 years ago
2
Fix #51
#52
timsuchanek
closed
3 years ago
1
mutations are not printed properly
#51
timsuchanek
closed
3 years ago
0
Time for a 0.3.1 release?
#50
leoyvens
closed
3 years ago
3
Support interfaces that implement other interfaces.
#49
obi1kenobi
closed
3 years ago
1
Add missing test attribute.
#48
obi1kenobi
closed
3 years ago
2
fix(query): support for nameless queries with vars
#47
timsuchanek
closed
3 years ago
1
format broken for nameless operation with variables
#46
timsuchanek
closed
3 years ago
5
please document the format of the AST
#45
bionicles
opened
3 years ago
5
Support interfaces that implement other interfaces
#44
obi1kenobi
closed
3 years ago
1
Security: Guard against stack overflow for deeply nested input
#43
That3Percent
closed
4 years ago
3
Added consume_definition
#42
That3Percent
closed
3 years ago
2
Why does Document need a lifetime?
#41
EverlastingBugstopper
closed
4 years ago
5
Using spans instead of positions
#40
davidpdrsn
opened
4 years ago
2
Thoughts on rustfmt?
#39
davidpdrsn
closed
4 years ago
3
Name/TypeName/StringValue AST Node?
#38
xuorig
opened
4 years ago
1
Parse repeatable directive definitions
#37
bojanserafimov
closed
3 years ago
3
Added consume_query
#36
That3Percent
closed
4 years ago
3
Nom query
#35
That3Percent
closed
3 years ago
4
Arguments as structs?
#34
nikis05
opened
4 years ago
0
Add `into_static` for schema::Document
#33
obmarg
closed
4 years ago
2
Implement From serde_json::Value for Value
#32
nicolaiunrein
closed
4 years ago
3
Next