Skip to content

Commit

Permalink
Merge branch 'main' into fix-cert-typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Aug 1, 2023
2 parents 0a2e123 + d5c64cb commit 33b3df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-appsync/lib/graphqlapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export interface GraphqlApiProps {
/**
* GraphQL schema definition. Specify how you want to define your schema.
*
* Schema.fromFile(filePath: string) allows schema definition through schema.graphql file
* SchemaFile.fromAsset(filePath: string) allows schema definition through schema.graphql file
*
* @default - schema will be generated code-first (i.e. addType, addObjectType, etc.)
*
Expand Down

0 comments on commit 33b3df4

Please sign in to comment.