We have an apollo server where we stitch our prisma schema (along with a couple others), and directly expose that out to our clients. We are looking to migrate and use Apollo Federation. Has anyone figured out how to get the prisma schema in the format so that you can use the Apollo
buildFederatedSchema()
function?