GraphQLGuide / apollo-datasource-mongodb

Apollo data source for MongoDB
MIT License
285 stars 64 forks source link

The password field is hidden in the query result, how can I get it out #113

Closed 9a-aaaaaaaa closed 2 years ago

9a-aaaaaaaa commented 2 years ago

hi, I was trying to query mongodb, but found that the password field was missing in the fields queried by model

The password field is hidden in the query result, how can I get it out

9a-aaaaaaaa commented 2 years ago

omg mongoose schema select: false . ths