the `src` is my client? for example if I use angul...
# prisma-whats-new
d
the
src
is my client? for example if I use angular that folder is what I should write to interact with graphql?
m
Graphcool serves as the backend for your app. As you deploy it, you will get URLs with which you should communicate with your database.
The
src
folder in this example is used to define
functions
which can be either resolvers or subscriptions to certain events triggered on database. (This, though, is not directly related to the frontend).
I would recommend you use
Apollo
as your client as it has great documentation and great support for many frontend frameworks.