Skip to content

Commit

Permalink
Merge branch 'main' into iam-fix-policy-fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tietew committed Jan 17, 2025
2 parents d1f648f + e8e058c commit 553759b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/aws-cdk-lib/aws-appsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type demo {
}
type Query {
getDemos: [ demo! ]
getDemosConsistent: [demo!]
}
input DemoInput {
version: String!
Expand Down Expand Up @@ -928,4 +929,4 @@ const api = new appsync.GraphqlApi(this, 'OwnerContact', {
definition: appsync.Definition.fromSchema(appsync.SchemaFile.fromAsset(path.join(__dirname, 'appsync.test.graphql'))),
ownerContact: 'test-owner-contact',
});
```
```

0 comments on commit 553759b

Please sign in to comment.