Amazon AppSync · Example Payload

Appsync Type Example

A blog post type

Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Type Example is an example object payload from Amazon AppSync, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptionarndefinitionformat

Example Payload

Raw ↑
{
  "name": "Post",
  "description": "A blog post type",
  "arn": "arn:aws:appsync:us-east-1:123456789012:apis/abc123/types/Post",
  "definition": "type Post { id: ID! title: String author: String }",
  "format": "SDL"
}