HandyPantry / handy-pantry

MIT License
0 stars 1 forks source link

Return a subset of the product fields in the initial server request #21

Open NicMcPhee opened 2 years ago

NicMcPhee commented 2 years ago

We currently return all the fields for each product when we grab all the products for things like the product list. We almost certainly don't need all of these at that point, and it might be good to return the "important" subset of the fields in the initial query (the things that are displayed or used right away), and then go get the other fields as/when needed.