Skip to content

Commit

Permalink
updating zeus (#136)
Browse files Browse the repository at this point in the history
* updating zeus

* removing chained options
  • Loading branch information
CryptoGraffe authored Nov 2, 2023
1 parent 920835a commit 5e3bba8
Show file tree
Hide file tree
Showing 4 changed files with 22,316 additions and 424 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@
"dotenv": "^16.0.3",
"express": "^4.18.2",
"form-data": "^4.0.0",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.2",
"graphql-zeus": "^5.2.0",
"graphql": "^16.8.1",
"graphql-ws": "^5.14.2",
"graphql-zeus": "^5.3.2",
"lodash": "^4.17.21",
"module-alias": "^2.2.2",
"node-fetch": "^3.3.2",
"slash-create": "^5.11.0",
"ts-node": "10.9.1",
"tsconfig-paths": "^4.1.0",
Expand All @@ -66,7 +67,7 @@
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.9",
"@types/node-fetch": "^2.6.2",
"@types/node-fetch": "^2.6.8",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"babel-jest": "^29.4.3",
Expand Down
6 changes: 3 additions & 3 deletions src/app/api/zeus/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18057,7 +18057,7 @@ export const ReturnTypes: Record<string,any> = {
}

export const Ops = {
mutation: "mutation_root" as const,
query: "query_root" as const,
query: "query_root" as const,
mutation: "mutation_root" as const,
subscription: "subscription_root" as const
}
}
Loading

0 comments on commit 5e3bba8

Please sign in to comment.