StarpTech / apollo-datasource-http

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

Handling application/vnd.api+json content type #53

Open llagong opened 2 years ago

llagong commented 2 years ago

Responses with content type application/vnd.api+json should also be parsed as JSON.

Perhaps we could include all application/json variants/vendor prefixes.