We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Would be nice to add the ability to configure the printing of the query, because there are two methods of printing:
toPrettyPrint()
toCompactPrint()
And currently toString() will use toPrettyPrint().
toString()
A suggestion would be to use the PRODUCTION or DEVELOPMENT flags in the environment variables.
PRODUCTION
DEVELOPMENT
Also the spaces tabulation in the pretty mode could be configured (currently it uses 4 spaces).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would be nice to add the ability to configure the printing of the query, because there are two methods of printing:
toPrettyPrint()
toCompactPrint()
And currently
toString()
will usetoPrettyPrint()
.A suggestion would be to use the
PRODUCTION
orDEVELOPMENT
flags in the environment variables.Also the spaces tabulation in the pretty mode could be configured (currently it uses 4 spaces).
The text was updated successfully, but these errors were encountered: