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
The same behavior exists in connection. It's done for better wrapping your resolvers, all top level projections pass down to find method.
I do not have a suitable example at hand right now. But really was problems when I do not pass top level projection when constructing complex relations between types. So for removing this fields needs to improve projection logic when constructing relations.
In future, it may be fixed, but for now it, not such big problem on which I want to spend my time.
Hello,
GraphQL Query
LOG:
[1] Mongoose: users.find({}, { limit: 21, fields: { items: true, pageInfo: true, name: true } })
I think
Items
andpageInfo
are unnecessary in fields object.The text was updated successfully, but these errors were encountered: