Using local services with supergraphs

Hi!

In our project, we are currently using serviceList as our way of composition. In our gateway, we also provide some local services that are being included using buildService method in ApolloGateway constructor.

We decided to move to composition using supergraphs.

My question is: Is it possible to include the local services in a gateway that uses supergraphs as we were doing with serviceList?

Thanks!