Comment by paulddraper
Comment by paulddraper 21 hours ago
99% of the time, I see ORMs pulling every single field for every query.
One of the things I appreciate about GraphQL is that it doesn’t even offer a way to ‘SELECT *’
Comment by paulddraper 21 hours ago
99% of the time, I see ORMs pulling every single field for every query.
One of the things I appreciate about GraphQL is that it doesn’t even offer a way to ‘SELECT *’