My appsync schema looks like this:
input CreatePostInput { id: ID title: String! content: String! } type Mutation { createPost(input: CreatePostI