Example directive usage:
type Query getPost(id: ID!): Post listPosts(limit: Int, nextToken: String): PostConnection! appsync repo
type Subscription onPostCreated: Post @aws_subscribe(mutations: ["createPost"]) Example directive usage: type Query getPost(id: ID