Accessing apollo client during puppeteer phase

Hi, I’m trying to put together a basic Angular + Scully POC where I want to use a graphql-client during the prerendering phase.

It seems like the apollo graphql service is designed for injection within the angular-components, and I can’t figure out how to instantiate the graphql-service during the prerendering phase (within a scully plugin).

Does anyone here have an idea on how to make graphql-requests during the scully puppeteer-phase?