Appsync Repo Official

type Query publicFeed: [Post] @aws_api_key

type Subscription onPostCreated: Post @aws_subscribe(mutations: ["createPost"]) appsync repo

type Query getPost(id: ID!): Post listPosts(limit: Int, nextToken: String): PostConnection! nextToken: String): PostConnection!