This API uses multiple authorization modes (configured per field/type):
type Query getPost(id: ID!): Post listPosts(limit: Int, nextToken: String): PostConnection! appsync repo
type Mutation createPost(input: CreatePostInput!): Post updatePost(id: ID!, input: UpdatePostInput!): Post deletePost(id: ID!): Boolean This API uses multiple authorization modes (configured per
GraphQL API built with AWS AppSync, providing real-time and offline-capable data synchronization. This repository contains the GraphQL schema, resolvers, data sources, and infrastructure-as-code for the [Project Name] GraphQL API. The API leverages AWS AppSync for managed GraphQL, DynamoDB for primary data storage, and Lambda for custom business logic. DynamoDB for primary data storage