graphql-bookshelf
graphql-bookshelf copied to clipboard
Need to optimize loading only attributes client requested on ModelType
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.