Skip to content

Commit

Permalink
get graphql codegen working again
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Dec 26, 2023
1 parent af71c4a commit a1397f0
Show file tree
Hide file tree
Showing 8 changed files with 418 additions and 241 deletions.
Binary file modified client/bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion client/codegen.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { CodegenConfig } from '@graphql-codegen/cli';

const config: CodegenConfig = {
schema: 'http://localhost:8080',
schema: 'http://localhost:8080/graphql',
documents: 'src/**/*.graphql',
generates: {
'src/generated/graphql.ts': {
Expand Down
12 changes: 6 additions & 6 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"codegen": "graphql-codegen"
},
"dependencies": {
"@dojoengine/core": "^0.1.1",
"@dojoengine/create-burner": "^0.1.1",
"@dojoengine/utils": "^0.1.1",
"@dojoengine/core": "0.1.29",
"@dojoengine/create-burner": "0.1.29",
"@dojoengine/utils": "0.1.29",
"@latticexyz/dev-tools": "^2.0.0-alpha.1.62",
"@latticexyz/react": "^1.43.0",
"@latticexyz/recs": "^1.43.0",
"@latticexyz/utils": "^1.43.0",
"@latticexyz/react": "2.0.0-next.11",
"@latticexyz/recs": "2.0.0-next.11",
"@latticexyz/utils": "2.0.0-next.11",
"ethers": "^5.7.2",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
Expand Down
Loading

0 comments on commit a1397f0

Please sign in to comment.