Apolloclient version 2 login with meteor

I could hardly find any sources on how to integrate apolloclient (version2) with meteor.

The “official” documentation is outdated: https://www.apollographql.com/docs/react/recipes/meteor

This is absurd, given that meteor develops apollo client.

@nicolaslopezj has a nice package: https://github.com/orionsoft/meteor-apollo-accounts

but it uses the non-standard “graphq-loader” on the backend and looks not very active. Apart from that, it looks very good and simple.

Any other guides / packages / experiences?

EDIT: feature request: https://github.com/meteor/meteor-feature-requests/issues/290