graphql-api-koa icon indicating copy to clipboard operation
graphql-api-koa copied to clipboard

GraphQL execution and error handling middleware written from scratch for Koa.

Results 1 graphql-api-koa issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to reformat error in `errorHandler`. It's useful when you need to modify error before sending to client, for example: - translate `Internal server...

enhancement