mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-27 23:28:05 -05:00
* 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
23 lines
813 B
JSON
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"
|
|
}
|
|
}
|