brysgo/graphql-bookshelf

Need to optimize loading only attributes client requested on ModelType

tmack8001 opened this issue · 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.

PRs are greatly appreciated.