Skip to content

Commit

Permalink
fix(ts-client): exact types on query and mutation (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt authored Apr 3, 2024
1 parent 0e150e4 commit 8a9e207
Show file tree
Hide file tree
Showing 7 changed files with 168 additions and 164 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
"dependencies": {
"@dprint/formatter": "^0.2.1",
"@dprint/typescript": "^0.89.3",
"@dprint/typescript": "^0.90.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@molt/command": "^0.9.0",
"dprint": "^0.45.0",
Expand All @@ -93,9 +93,9 @@
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/json-bigint": "^1.0.4",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@types/node": "^20.12.3",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"apollo-server-express": "^3.13.0",
"body-parser": "^1.20.2",
"doctoc": "^2.2.1",
Expand All @@ -111,10 +111,10 @@
"get-port": "^7.1.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"happy-dom": "^14.3.9",
"happy-dom": "^14.3.10",
"json-bigint": "^1.0.0",
"tsx": "^4.7.1",
"type-fest": "^4.14.0",
"type-fest": "^4.15.0",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
Expand Down
Loading

0 comments on commit 8a9e207

Please sign in to comment.