question: I'm migrating my graphcool project to a ...
# prisma-whats-new
b
question: I'm migrating my graphcool project to a local prisma cluster covered by a graphql-yoga api. I was under the impression with prisma bindings that I would need to create resolver functions that call forwardTo to forward requests to prisma, but I"m noticing now that with a prisma schema and an API schema that are identical, some stuff is forwarded automatically, or at least seems like it. Why don't I need to use forwardTo like in the examples? For example, both the schemas have a User object with an Articles property. I can query both the API and Prisma with queries like "user { articles { id }} " and get results, but i don't understand how the API is getting results without a resolver function.
n
Can you share a code sample? Ideally in the Forum: https://www.graph.cool/forum/c/questions