Amazon AppSync · Schema

CreateResolverRequest

Request to create a resolver

Amazon AppSyncGraphQLAPI ManagementServerlessAWS

Properties

Name Type Description
fieldName string The GraphQL field name
dataSourceName string The data source name
requestMappingTemplate string Request mapping template
responseMappingTemplate string Response mapping template
kind string Resolver kind
pipelineConfig string pipelineConfig
syncConfig string syncConfig
cachingConfig string cachingConfig
maxBatchSize integer Maximum batch size
runtime string runtime
code string Function code for APPSYNC_JS runtime
View JSON Schema on GitHub