Aaron Waller
type Mutation { createPost(postinput: CreatePostInput!): Post! } input CreatePostInput{ name: String content: String }