Amazon AppSync · Capability

GraphQL Api Management Workflow

Workflow capability for building and managing GraphQL APIs with AppSync including data sources, resolvers, and schema management.

Run with Naftiko Amazon AppSyncGraphQLAPI ManagementServerlessAWS

What You Can Do

GET
List graphql apis — List all GraphQL APIs
/v1/apis
POST
Create graphql api — Create a GraphQL API
/v1/apis
POST
Start schema creation — Upload a new GraphQL schema
/v1/schema

MCP Tools

list-graphql-apis

List all AppSync GraphQL APIs to understand available APIs and their configurations.

read-only
get-graphql-api

Get complete details of a GraphQL API including authentication configuration and endpoints.

read-only
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.

read-only
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.

read-only
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.

read-only
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.