Certificate Authentication

I need to setup a certificate base authentication to our Apollo GraphQL server, but I cannot find any information.

Is this something the Apollo Server can do or do I need to use a 3rd party library to achieve this?

My client will be passing the SSL Certificate to the server and I need to validate that otherwise the client connection will be rejected.

-Ennio