roy-mor

Results 5 issues of 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

good first issue
help wanted

**[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)

bug

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...