Amazon AppSync · Schema

GetTypeResponse

Response from getting a type

Amazon AppSyncGraphQLAPI ManagementServerless

Properties

Name Type Description
type string type
View JSON Schema on GitHub

JSON Schema

appsync-get-type-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-schema/appsync-get-type-response-schema.json",
  "title": "GetTypeResponse",
  "description": "Response from getting a type",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "type"
    }
  }
}