When making queries we always select all data which is no efficient.
We can use graphql-query-mapper library to see what kind of data was requested and map it directly in our API.
Target here is to avoid * when doing selects. We can use some parts of the query mapper to get actual fields.
This is something I'll be willing to give a try at some point.
WDYT? @wtrocki @craicoverflow
Yes. This can be perfect issue to grab
This is something I'll be willing to give a try at some point.
Yep, this would be great to have.
We need that for 0.14.0 (specifically we want to execute total count only when a client requests it.
See
findComment{
count
}
Bumping this. WE need that for 0.14.0