To install dependencies:
bun installTo run:
bun run index.tscurl --location --request POST 'http://localhost:3000/graphql' --header 'Content-Type: application/json' --data-raw '{
"__schema": "test12345"
}'
This project was created using bun init in bun v1.0.2. Bun is a fast all-in-one JavaScript runtime.