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
I was following the getting started guide and was confused about the "Don't eagerly fetch the user" part.
All it tells me to do was to enable autobind and replace the auto-generated User model with a maually created one. How does this allow "lazy loading" the user field? Wouldn't it be the same if I just implemented the User resolver without enabling autobind?
The text was updated successfully, but these errors were encountered:
I was following the getting started guide and was confused about the "Don't eagerly fetch the user" part.
All it tells me to do was to enable autobind and replace the auto-generated User model with a maually created one. How does this allow "lazy loading" the user field? Wouldn't it be the same if I just implemented the User resolver without enabling autobind?
The text was updated successfully, but these errors were encountered: