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 schema mapping does not inspect fields that have a matching class property, and generally there is nothing further to do if the field is a scalar or enum, which is the most likely case. However, if the field is a type that contains other fields, then we have to go further. It is an unlikely scenario that implies eager fetching, but from the perspective of schema inspection we need to go as far as we can and depending on what we find.