I’m learning graphql and using prisma-binding for graphql operations. I’m facing this nodemon error while I’m starting my node server and its giving me the path of schema file...
I’m trying to understand where GraphQL is most suitable to use within a microservice architecture. There is some debate about having only 1 GraphQL schema that works as API...