Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azarboon committed Jan 13, 2025
1 parent 04811ff commit 9d59057
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 9d59057

Please sign in to comment.