Appsync Repo -
Popup

type Mutation createPost(input: CreatePostInput!): Post updatePost(id: ID!, input: UpdatePostInput!): Post deletePost(id: ID!): Boolean

type Mutation createPost(input: CreatePostInput!): Post @aws_cognito_user_pools

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

type Query publicFeed: [Post] @aws_api_key

Appsync Repo -

type Mutation createPost(input: CreatePostInput!): Post updatePost(id: ID!, input: UpdatePostInput!): Post deletePost(id: ID!): Boolean

type Mutation createPost(input: CreatePostInput!): Post @aws_cognito_user_pools appsync repo

type Subscription onPostCreated: Post @aws_subscribe(mutations: ["createPost"]) type Mutation createPost(input: CreatePostInput

type Query publicFeed: [Post] @aws_api_key appsync repo