graphql-parser icon indicating copy to clipboard operation
graphql-parser copied to clipboard

A graphql query language and schema definition language parser and formatter for rust

Results 24 graphql-parser issues
Sort by recently updated
recently updated
newest added

We would like to have more control over GraphQL string formatting. Currently the only parameters to control formatting are `indent` and `multiline_arguments`. Specifically we would like to be able to...

branched from https://github.com/graphql-rust/graphql-parser/pull/77

Would be nice for this crate to publish an updated version that includes the `combine` major version bump, so that it can get picked up by dependencies and utilized by...

Currently the reference implementation and python graphql-core have a stack problem (this project most probably too, but easily fixable via the generator hack, see graphql-core issue) and the evaluation of...