Skip to content

Commit 1aa1db1

Browse files
ft: sse subscription in zeus
1 parent 44b8daa commit 1aa1db1

File tree

11 files changed

+727
-1022
lines changed

11 files changed

+727
-1022
lines changed

examples/typescript-node/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"just-run": "node --loader ts-node/esm src/index.ts",
1010
"start": "npm run generate-typescript-node && node --import=tsx src/index.ts",
1111
"generate-typescript-node-config": "node ../../packages/graphql-zeus/lib/index.js --n -g ./zeus.graphql --td",
12-
"generate-typescript-node": "node ../../packages/graphql-zeus/lib/index.js https://faker.prod.graphqleditor.com/a-team/olympus/graphql ./src --n -g ./zeus.graphql --td",
13-
"generate-typescript-node-get": "node ../../packages/graphql-zeus/lib/index.js https://faker.prod.graphqleditor.com/a-team/olympus/graphql ./src --n -g ./zeus.graphql --method=GET --td"
12+
"generate-typescript-node": "node ../../packages/graphql-zeus/lib/index.js http://localhost:4003/graphql ./src --n -g ./zeus.graphql --td",
13+
"generate-typescript-node-get": "node ../../packages/graphql-zeus/lib/index.js http://localhost:4003/graphql ./src --n -g ./zeus.graphql --method=GET --td"
1414
},
1515
"author": "Aexol <[email protected]> (http://aexol.com)",
1616
"license": "ISC",

0 commit comments

Comments
 (0)