Invalid JSON: Unexpected non-whitespace character after JSONat line 16, column 1
| { | |
| "name": "integral-apollo-server", | |
| "version": "0.1.0", | |
| "main": "src/index.js", | |
| "scripts": { "start": "node src/index.js" }, | |
| "dependencies": { | |
| "apollo-server": "^3.11.1", | |
| "graphql": "^16.6.0", | |
| "pg": "^8.11.0", | |
| "ioredis": "^5.3.2", | |
| "graphql-redis-subscriptions": "^3.1.0", | |
| "uuid": "^9.0.0", | |
| "dotenv": "^16.0.3" | |
| } | |
| } | |
| Use the schema.js, resolvers.js, db.js, and pubsub.js from the earlier Apollo canvas doc. They are designed to work inside this container and to connect to postgres and redis service names defined in docker-compose. |