graphql-bookshelf icon indicating copy to clipboard operation
graphql-bookshelf copied to clipboard

Need to optimize loading only attributes client requested on ModelType

Open tmack8001 opened this issue 9 years ago • 1 comments

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.

tmack8001 avatar Mar 24 '16 18:03 tmack8001

PRs are greatly appreciated.

brysgo avatar Mar 25 '16 13:03 brysgo