May i ask something? Q: What is the Benefit of Pri...
# prisma-whats-new
k
May i ask something? Q: What is the Benefit of Prisma instead of Apollo Client? Are they equally Compared?
m
@kyriakosmichael completely different parts of the tech stack. Apollo Client is used to get and manage data from a GraphQL API. Prisma wraps around a db to provide a GraphQL API
k
Thanks for your Feedback!