Fork me on GitHub
#graphql
<
2017-06-05
>
MegaMatt11:06:55

does anyone have advice on graphql with a relational database regarding joining to get data? To try to efficiently get data i'd imagine the entry point to the query could be pretty ugly with a bunch of conditions on the join.

hlship17:06:48

0.17.0 has the new selections API, which lets a containing resolver pre-fetch for nested resolvers