We use nexus and got codegen outputs to generate typescript code with apollo hooks.
We now in the process of migrating our sequelize service to prisma and decided to have it run as 2 side-by side seperate services while we migrate (got thousands of resolvers to modify).
I know there's a way to code apollo client to take in a directive to specify which endpoint to call, but that directive goes in the GraphqlDocument, whic his auto generated. How do we tell our 2 services to add their own directive into the document?