Does relayStylePagination support nested connections?

Does nested pagination with relayStylePagination work?

For instance, my website is loads comments (paginated), and then replies on each comment (also paginated).
Can I use the native relayStylePagination here?
Or would I need to modify it?

What version of @apollo/client are you using? There was a regression reported that some community members mentioned nested pagination not working, but working after the fix in @apollo/client@3.4.7