graphql-query-compress
graphql-query-compress copied to clipboard
Feature request: trim leading white space by default
When compressing the
const query = compress(`
people {
uuid,
fullName,
dateOfBirth,
nextBirthday
}
`);
The result has some leading white space which could be trim()d.