StarpTech / apollo-datasource-http

Optimized JSON HTTP Data Source for Apollo Server
MIT License
73 stars 32 forks source link

allow skipping JSON coercion of request body #51

Open illusionalsagacity opened 2 years ago

illusionalsagacity commented 2 years ago

This seemed like the most backwards compatible way to resolve this.

It seems undici already has functionality for body encoding in 2.x, and gets more robust in latest

So it seemed a bit redundant to copy that behavior into here, as well as a potentially disruptive change to make.

resolves #50