GraphQL C# .Net Blog Example

Hi,

I’m working on a GraphQL C# .Net Blog Example.
Using Serverless 1.9.0.

The example is still work in progress so currently only the following functionality works (working on it):

Query
{"query" : "posts {id,title,content,author}"}

Mutation
{ "query": "mutation Mutation { post: createPost (title: \"ABC\", content: \"My Content\", author: \"1\") { id, title } }" }

Github:
https://github.com/guywald/serverless-graphql-blog-dotnet