Amazon AppSync · Example Payload

Appsync Start Schema Creation Request Example

Amazon AppSyncGraphQLAPI ManagementServerless

Appsync Start Schema Creation Request Example is an example object payload from Amazon AppSync, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

definition

Example Payload

Raw ↑
{
  "definition": "type Query { getPost(id: ID!): Post } type Post { id: ID! title: String }"
}