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
iamclaytonray
11/10/2017, 8:28 PM
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
iamclaytonray
11/10/2017, 8:29 PM
For GET requests, you would just write a query. Check out graphcool/templates on Github to see some examples