Once inner connection fields get implemented, will they only be accessible from root connection fields? For instance, would we be able to do something like
users{ postsConnection { ... } }
?
n
nilan
04/06/2018, 5:04 PM
No, they will be accessible from anywhere in the query tree where a "normal" relation field is as well. And yes, you would be able to do so.
m
Michael Jones
04/06/2018, 5:07 PM
Oh my gosh, that will make a lot of my changes so much easier! 🙂 I thought I was going to have to switch everything over to connections... whew
n
nilan
04/06/2018, 5:07 PM
Yup - please subscribe to the feature request I mentioned above, so you can follow along our progress 🙂 There might be tradeoffs about the actual API in the end, so what I said is my current best understanding.
m
Michael Jones
04/06/2018, 5:10 PM
Ok, I subbed to it, now I will be able to see the status