Releases: borderless/worker-graphql
Releases · borderless/worker-graphql
Move to @borderless
Changed
- Moved package to
@borderless
on NPM
Format Errors
Added
- Support
formatError
to change standarderrors
in JSON
Expose Raw Methods
Added
- Expose
processGraphQL*
raw methods for making your own GET and POST handlers
Fix README Badge Links
Fixed
- Fix badges in README
Initial Release
Cloudflare Worker compatible GraphQL handler. Technically could be used in a browser too, with Request
and Response
interfaces.