graphql-rust/graphql-parser

Extend Style to allow more control of string formatting

rpgreen-vendia opened this issue · 0 comments

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!