You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
Although "the GraphQL spec does not require it", there doesn't seem a way to use anything other than JSON with this. Is there any plan to allow a custom format to be used?
The text was updated successfully, but these errors were encountered:
dancojocaru2000
changed the title
Allow usage of format other than JSON?
Allow usage of formats other than JSON?
Aug 4, 2019
My project uses express-graphql and I require it to support export to xlsx, csv and pdf. It would be quite easy, if express-graphql provided a way to override or extend the sendResponse function. For now I have to override the express response object in middleware.
Although "the GraphQL spec does not require it", there doesn't seem a way to use anything other than JSON with this. Is there any plan to allow a custom format to be used?
The text was updated successfully, but these errors were encountered: