Amazon AppSync · Schema

UpdateGraphqlApiResponse

Response from updating a GraphQL API

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
graphqlApi string graphqlApi
View JSON Schema on GitHub

JSON Schema

appsync-update-graphql-api-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-update-graphql-api-response-schema.json",
  "title": "UpdateGraphqlApiResponse",
  "description": "Response from updating a GraphQL API",
  "type": "object",
  "properties": {
    "graphqlApi": {
      "type": "string",
      "description": "graphqlApi"
    }
  }
}