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
fix(Resolvers): Provide documents with all fields to updateById and updateOne
Before this fix mongoose load only that field which was in graphql projection. But mongoose models
may have hooks that require fields which not loaded. So now update resolvers load full documents
from database.
0 commit comments