I get this error :
"errors": [
{
"message": "Type Query must define one or more fields."
}
]
when I run my query :
{
user{
_id
name
username
password
email
date_inscription
profession
}
}
I have the same example then https://blog.cloudboost.io/a-crud-app-with-apollo-graphql-nodejs-express-mongodb-angular5-2874111cd6a5