GraphQL Api Management Workflow
Workflow capability for building and managing GraphQL APIs with AppSync including data sources, resolvers, and schema management.
What You Can Do
MCP Tools
list-graphql-apis
List all AppSync GraphQL APIs to understand available APIs and their configurations.
get-graphql-api
Get complete details of a GraphQL API including authentication configuration and endpoints.
create-graphql-api
Create a new GraphQL API with the specified authentication type and configuration.
list-data-sources
List all data sources connected to a GraphQL API.
create-data-source
Connect a data source (DynamoDB, Lambda, OpenSearch, HTTP) to a GraphQL API.
list-resolvers
List all resolvers for a specific GraphQL type to understand field-to-data-source mappings.
create-resolver
Create a resolver that maps a GraphQL field to a data source operation.
list-functions
List reusable pipeline functions available for composing complex resolvers.
create-function
Create a reusable pipeline function for use in pipeline resolvers.
start-schema-creation
Upload a new GraphQL schema definition to an AppSync API.