Amazon AppSync · Example Payload

Appsync Create Type Request Example

Amazon AppSyncGraphQLAPI ManagementServerless

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

Top-level fields

definitionformat

Example Payload

Raw ↑
{
  "definition": "type Post { id: ID! title: String author: String }",
  "format": "SDL"
}