serverless / serverless-graphql-blog

A Serverless Blog leveraging GraphQL to offer a REST API with only 1 endpoint using Serverless v0.5
793 stars 75 forks source link

Authentication? #18

Open ccorcos opened 8 years ago

ccorcos commented 8 years ago

Looks like there's no authentication on the createPost mutation, right? I'm assuming thats in the pipeline?

https://github.com/serverless/serverless-graphql-blog/blob/master/blog/lib/schema.js#L105

P.S. very cool stuff here!