console/packages/services/broker-worker
2022-11-07 14:27:19 +01:00
..
src Request Proxy in CF Worker (#517) 2022-11-07 14:27:19 +01:00
tests Request Proxy in CF Worker (#517) 2022-11-07 14:27:19 +01: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 Request Proxy in CF Worker (#517) 2022-11-07 14:27:19 +01:00
package.json Request Proxy in CF Worker (#517) 2022-11-07 14:27:19 +01:00
README.md Request Proxy in CF Worker (#517) 2022-11-07 14:27:19 +01: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.