Amazon AppSync · Schema

UpdateTypeRequest

Request to update a type

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
definition string The updated type definition
format string The definition format
View JSON Schema on GitHub

JSON Schema

appsync-update-type-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-update-type-request-schema.json",
  "title": "UpdateTypeRequest",
  "description": "Request to update a type",
  "type": "object",
  "properties": {
    "definition": {
      "type": "string",
      "description": "The updated type definition"
    },
    "format": {
      "type": "string",
      "description": "The definition format"
    }
  }
}