Hi guys, we noticed a differents between graph.coo...
# prisma-whats-new
m
Hi guys, we noticed a differents between graph.cool and prisma generated schema. In graph.cool there is query to get posts called ‘allPosts’ with parameter ‘filter’, in prisma there is just ‘posts’ with parameter ‘where’. Is there a way how to unify it ? We use online graph.cool for Frontend development and schema editing and prisma for Backend development. I know we can do this transformation in prisma resolvers allPosts(filter) -> posts(where), but isn’t there some smoother way ? Anybody having experiences combining graph.cool and prisma ?