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
Currently when a graphQl query is executed we are going to mongodb to get this data, but we are bring all the document properties from mongo.
A good improvement should be use the .select() function from mongoose only asking for the specified properties in graphQL query
No description provided.
The text was updated successfully, but these errors were encountered: