paypal / mocca

Mocca is a GraphQL client for JVM languages with the goal of being easy to use, flexible and modular.
MIT License
15 stars 14 forks source link

Mocca should have a client builder configuration to serialize the request message in a pretty format #34

Closed fabiocarvalho777 closed 3 years ago

fabiocarvalho777 commented 3 years ago

Mocca should have a client builder configuration to serialize the request message in a pretty format, which means, adding line breaks and indentation. Although this feature shouldn't be used in production, as it affects performance (increasing message size), this feature is extremely useful when working functional tests and debugging issues.

fabiocarvalho777 commented 3 years ago

Closing this issue because this won't be possible, as JSON doesn't allow multi-line Strings.