This commit is contained in:
2025-02-18 12:30:47 +08:00
parent 90f4cfa6ee
commit ae97dc0a5f
12 changed files with 16 additions and 55 deletions

View File

@@ -2,7 +2,6 @@
"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"
},
@@ -21,6 +20,7 @@
"@apollo/client": "^3.13.1",
"axios": "^1.7.9",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"graphql-tag": "^2.12.6",
"ofetch": "^1.4.1"
}