This commit is contained in:
sjvans
2021-11-04 17:31:57 +01:00
parent eaaf0d29a5
commit b13ed5cc8d
9 changed files with 173 additions and 1 deletions

16
graphql/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "@capire/graphql",
"version": "1.0.0",
"dependencies": {
"@capire/bookshop": "*",
"@graphql-tools/schema": "^8.3.1",
"@sap/cds": "^5.6",
"express-graphql": "^0.12.0",
"graphql": "^16.0.1"
},
"cds": {
"features": {
"graphql": true
}
}
}