You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I have some issue with taking user._doc. I used the same code. I check it line by line - letter by letter.
It shows when i am trying to use query: query { events { _id title description date price creator { _id email } } }
or trying to get creator id on frontend - there code is also the same.
my package.json file: `{
"name": "graphql-react-ev-booking",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1",
"start": "nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"express-graphql": "^0.7.1",
"graphql": "^14.1.1",
"jsonwebtoken": "^8.5.0",
"mongoose": "^5.4.15"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
}`
I was tried to fix it by myself for two days i will still try.
I appreciate if You look at it.
Thanks.
The text was updated successfully, but these errors were encountered:
Hey,
you made my life.
It works now.
I spend many hours trying solve this problem. More than enough, not enough
to take that thought on start and check it.
Thanks Mate :]
pon., 4 mar 2019 o 00:38 Brendan <[email protected]> napisał(a):
Hello
I have some issue with taking user._doc. I used the same code. I check it line by line - letter by letter.
It shows when i am trying to use query:
query { events { _id title description date price creator { _id email } } }
or trying to get creator id on frontend - there code is also the same.
my package.json file: `{
"name": "graphql-react-ev-booking",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1",
"start": "nodemon app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"express-graphql": "^0.7.1",
"graphql": "^14.1.1",
"jsonwebtoken": "^8.5.0",
"mongoose": "^5.4.15"
},
"devDependencies": {
"nodemon": "^1.18.10"
}
I was tried to fix it by myself for two days i will still try.
I appreciate if You look at it.
Thanks.
The text was updated successfully, but these errors were encountered: