Agent and Mission GraphQL CRUD operations

This commit is contained in:
Eng. Elias
2024-02-20 17:06:45 +04:00
parent e6f08d85fc
commit 619f199abe
13 changed files with 1744 additions and 59 deletions

View File

@@ -9,7 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.5",
"@apollo/server": "^4.10.0",
"@as-integrations/next": "^3.0.0",
"@prisma/client": "^5.9.1",
"graphql": "^16.8.1",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",