Example of headless API + Next.js + code components + Apollo client + SSR?

does anyone have an example of headless api + nextjs + code components + apollo client + ssr in component level? basically how to do ssr as I would do with the getServerSideProps in a page component
reference: Querying data with code components (plasmic.app))

You would need to use a GraphQL client that supports React Suspense style fetching - I’m not familiar with whether Apollo supports this, but some others do like urql

Seems like it’s not there yet https://github.com/apollographql/apollo-feature-requests/issues/162

(Lots of upvotes though!)