Open
Description
***This is not an issue but an enhancement request/proposal. ***
Currently Http end point class does not allow any method which we can use to compress data. Compression is helpful when you want to post Mutation data which is quite big.
One solution is to check whether the headers contains Content-Encoding: gzip and if does then compress data using gzip library.