This commit is contained in:
tornado
2025-02-18 11:31:29 +08:00
parent b61af75169
commit 9ff78b25ce
10 changed files with 6892 additions and 52 deletions

View File

@@ -2,6 +2,7 @@
"name": "graphql-demo",
"scripts": {
"dev": "bun run --watch src/index.ts",
"dev-apollo": "bun run --watch src/index.apollo.ts",
"compile": "graphql-codegen",
"watch": "graphql-codegen -w"
},
@@ -20,6 +21,7 @@
"@apollo/client": "^3.13.1",
"axios": "^1.7.9",
"graphql": "^16.10.0",
"graphql-tag": "^2.12.6",
"ofetch": "^1.4.1"
}
}