console/packages/services/broker-worker
renovate[bot] 0aa599d722
chore(deps): update dependency undici to v6.20.1 (#5809)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-28 11:23:52 +02:00
..
src Use native fetch in CDN workers, refactor deprecated TS types, fixed integration tests fetch (#4112) 2024-02-29 11:31:44 +02: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(deps): update dependency undici to v6.20.1 (#5809) 2024-10-28 11:23:52 +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.