Need to optimize loading only attributes client requested on ModelType
tmack8001 opened this issue · 1 comments
tmack8001 commented
Similar to the improvement to eager load relationships requested in the initial graphQL query we should also look at only fetching the attributes requested in the original graphQL query as well instead of loading the entire list of attributes of the underlying model.
brysgo commented
PRs are greatly appreciated.