go4cas
09/27/2018, 7:04 AM/graphql
call which contains data from multiple of these services, what would be the best approach? Is this where schema stitching comes in? Is there a suggested pattern (or maybe some sample code) of how to do this in the Prisma ecosystem?nilan
09/27/2018, 1:42 PMprisma-binding
or Prisma Client instances in your GraphQL server, that all call out to different Prisma endpoints.go4cas
09/27/2018, 2:28 PM