console/packages/services/broker-worker
2026-04-08 08:48:48 +02:00
..
src Fix local eslint out of memory issue (#7913) 2026-03-26 10:15:09 +01:00
tests Use native fetch in CDN workers, refactor deprecated TS types, fixed integration tests fetch (#4112) 2024-02-29 11:31:44 +02:00
.gitignore Request Proxy in CF Worker (#517) 2022-11-07 14:27:19 +01:00
.npmignore Request Proxy in CF Worker (#517) 2022-11-07 14:27:19 +01:00
build.mjs Node v22 (#4980) 2024-06-21 12:42:02 +02:00
package.json chore: bump vite and vitest peer dependency (#7953) 2026-04-08 08:48:48 +02:00
README.md Update dependency @theguild/prettier-config to v1 (#676) 2022-11-24 10:00:41 +00:00
tsconfig.json Request Proxy in CF Worker (#517) 2022-11-07 14:27:19 +01:00

Hive Broker Worker

Idea here is to have a broker worker that can be used to make requests outside GraphQL Hive and without any access to the internal network. This is very useful for example for making requests to external APIs.

Look at models.ts to see the structure accepted payload.