roy-mor
roy-mor
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc. https://github.com/sisense/graphql2rest/actions/new
filterResponse() and attachCustomError() assume data/error format and might fail on different format
**[low exposure / low priority issue]:** filterResponse() and attachCustomError() assume data/error format, might fail with custom formatDataFn() and formatErrorFn() that does not satisfy these assumptions. (rare)
This package allows integrating with an external winston-compatible logger by passing in the logger function. Logger type definition/validation is currently duck typed - it's better to add types file for...