StarpTech / apollo-datasource-http

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

Rename `onRequestError` to `onResponseEnd` hook to handle success and error case #5

Closed StarpTech closed 3 years ago

StarpTech commented 3 years ago

This useful to do something at the end of every request e.g closing a trace span or logging an error.