Andrew Pratt
Andrew Pratt
When multiple files with the same suffix matching another language file are included in the filePaths there is an issue matching the correct file to check. I updated the [example/multiple-files-per-locale...
GraphQL servers can format the errors any way they want, defined [here](https://github.com/graphql/express-graphql#options) Currently `io.aexp.nodes.graphql.internal.Error` is very rigid and only matches the default message and locations fields. It would be nice...
To keep in parity with the GraphQL specification it would be great to add support for subscriptions
Requests are being built through reflection on every transaction. Adding the ability to cache the requests upon completion and using already built requests in future transactions could improve the performance
Currently there are only 3 options for log levels: NONE, ERROR, TRACE Tracing contains all field level stats from aws and is _very noisy_ Error logging only shows console.error logs...