v0.12.0
- Add support for JSDoc descriptions from object types (#3)
- Fix type name conflicts when using generic interfaces (#4)
- Improve error handling of errors thrown from functions (#5)
- The entire causal stack trace is now captured as an error detail for unhandled errors
sdk.Forbidden,sdk.Conflict,sdk.UnprocessableContentcan be thrown to return error details to GraphQL API clients
Full Changelog: v0.11.0...v0.12.0