sorry guys I'm keep reading and reading when funct...
# prisma-whats-new
d
sorry guys I'm keep reading and reading when functions have to be used but it's still not clear....for example if I need to perform CRUD operation like (select, update, insert and delete) i need a functions?
i
Serverless is just functions, so, yes. If you want to create a blog post, just write a function which gets deployed to Graphcool, and then invoke that function by writing its respective mutation
For GET requests, you would just write a query. Check out graphcool/templates on Github to see some examples