Files
TheGame/packages/graphql-codegen/package.json
Pacien Boisson c684b9d836 Base architecture (#1)
* Hasura and base models

* Added role public SELECT permissions

* Added role player UPDATE permissions

* basic backend api

* Added SELECT permissions for player

* Update backend to typescript

* init app-react

* Add apollo

* graphql-codegen not working well...

* Added web3 to web app

* connecting frontend with web3

* Auth webhook verifies eth signature

* Update frontend to fetch player_id
2020-04-16 10:20:15 +02:00

23 lines
813 B
JSON

{
"name": "@the-game/graphql-codegen",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"generate": "graphql-codegen --config=graphql-codegen-gql.yaml; graphql-codegen --config=graphql-codegen-typescript.yaml"
},
"dependencies": {
"@graphql-codegen/cli": "^1.13.2",
"@graphql-codegen/introspection": "^1.13.2",
"@graphql-codegen/typescript": "^1.13.2",
"@graphql-codegen/typescript-operations": "^1.13.2",
"@graphql-codegen/typescript-react-apollo": "^1.13.2",
"graphql-codegen-hasura-client-config": "^4.8.3",
"graphql-codegen-hasura-core": "^4.8.3",
"graphql-codegen-hasura-gql": "^4.8.3",
"graphql-codegen-hasura-react": "^4.8.3",
"graphql-codegen-hasura-shared": "^4.8.3",
"graphql-codegen-hasura-typescript": "^4.8.3"
}
}