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

Extend Style to allow more control of string formatting #69

Open rpgreen-vendia opened 1 year ago

rpgreen-vendia commented 1 year ago

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 disable newlines in the GraphQL string. Thanks!