@rust https://goo.gl/images/JE6vWu Graphql in a nutshell basically you getting all the data your app needs in a single request.
Prisma is just a database layer thanks to graphql-bindings makes it easier to write your query. The alternative would be writing a sql statement(raw SQL-queries) which quickly would turn out to be a nightmare because graphql queries can be nested multiple levels deep.