Tag: encoding

  • How to enable gzip at GraphQL server?

    How to enable gzip at GraphQL server?

    5 According to the this article, it’s encouraged that any production GraphQL services enable GZIP and encourage their clients to send the header: Accept-Encoding: gzip I’ve tested this in Postman, with “Accept-Encoding” enabled or disable, I didn’t see any difference in the responded “content-length”. So my question, how to enable GZIP encoding at graphQL server?…