Amazon AppSync · JSON Structure

Appsync Create Graphql Api Response Structure

Response from creating a GraphQL API

Type: record Properties: 0
Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Create Graphql Api Response Structure is a JSON Structure definition published by Amazon AppSync. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-appsync/json-structure/appsync-create-graphql-api-response-structure.json",
  "title": "CreateGraphqlApiResponse",
  "description": "Response from creating a GraphQL API",
  "type": "record",
  "fields": {
    "graphqlApi": {
      "type": "string",
      "description": "graphqlApi"
    }
  }
}