Futurekam
02/18/2018, 1:31 AM{
"data": null,
"errors": [
{
"message": "Field \"user\" of type \"User\" must have a selection of subfields. Did you mean \"user { ... }\"?",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"login"
]
}
]
}
lawjolla
02/18/2018, 1:32 AMinfo
. Sorry, I don't have the link handyFuturekam
02/18/2018, 3:46 AMlawjolla
02/18/2018, 4:04 AMFuturekam
02/18/2018, 4:05 AMFuturekam
02/18/2018, 4:12 PMyarn start
mutation {
login(email: "x", password: "y"){
token
}
}
however once I deploy my backend to my digital ocean server thats where I see the supposed info error. Heres a photoset to try and illustrate my frustration. Thanks for your time.Futurekam
02/18/2018, 4:12 PM