Getting IP Address While Using Meteor and Apollo Server?

Does anyone know how to get the IP Address when using Apollo as the Server?

I used to get it via this code in a Meteor Method:

const ip = this.connection.clientAddress;

But this value is now null.

Thanks!