any tips for stitching a remote graphql endpoint with a local prisma/nexus schema?
setup: using apollo server micro, nexus, prisma v3.11, nextjs, typescript, codegen
goal: trying to stitch the remote endpoint for
https://onegraph.com with the prisma generated local schema to make a superschema--integrate services such as GitHub, Google, Facebook, HubSpot, and WordPress into a single graphql endpoint for the apollo client to consume