Can you load @apollo/client without inducing a React dependency?

I’m using @apollo/client v3 in a project that isn’t using React, and I’m specifically trying to keep my code footprint as small as possible.

Is there no way to import just the core without React or are the two intermingled beyond separation?