Skip to content

Commit

Permalink
Update README for aws-appsync
Browse files Browse the repository at this point in the history
  • Loading branch information
azarboon committed Dec 24, 2024
1 parent 744c2c1 commit b5bd6d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/aws-cdk-lib/aws-appsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ input DemoInput {
type Mutation {
callStepFunction(input: DemoInput!): job
}

type Query {
_placeholder: String
}
```

GraphQL request mapping template `request.vtl`:
Expand Down

0 comments on commit b5bd6d7

Please sign in to comment.