john
05/04/2018, 8:22 AMnilan
05/04/2018, 9:38 AMschema.graphql
. For example, you can put a feed
query in there.
In the feed
resolver, you can use the automatically generated resolvers from Prisma using prisma-binding
to implement that logic.
Example: https://github.com/graphql-boilerplates/node-graphql-server/blob/master/advanced/src/resolvers/Query.js#L4-L6nilan
05/04/2018, 9:39 AMSo do i need to include all my resolvers and business parts of my Apollo project to the /SRC folder of Prisma project for integration. Or vice versa.Not sure I get this 🤔